diff --git a/Source/Processors/SpikeSorter/SpikeSorterEditor.cpp b/Source/Processors/SpikeSorter/SpikeSorterEditor.cpp
index 1cae5e6ad91a4a52cb28e050e128b65fcf9b25b6..69a330d1aca4f5b3a36e39e108a6d1d474def87d 100644
--- a/Source/Processors/SpikeSorter/SpikeSorterEditor.cpp
+++ b/Source/Processors/SpikeSorter/SpikeSorterEditor.cpp
@@ -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)