Skip to content
Snippets Groups Projects
Commit 3ad4fac1 authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

Fix SpikeSorter Next/Prev Buttons not working

parent 1f2c86eb
Branches
Tags
No related merge requests found
......@@ -657,7 +657,7 @@ void SpikeSorterEditor::setElectrodeComboBox(int direction)
C = N;
if (C > N)
C = 1;
electrodeList->setSelectedId(C, dontSendNotification);
electrodeList->setSelectedId(C, sendNotification);
}
void SpikeSorterEditor::comboBoxChanged(ComboBox* comboBox)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment