From 3ad4fac1c1e9e2f663bf37f85f5d6f3f50a50300 Mon Sep 17 00:00:00 2001
From: Aaron Cuevas Lopez <aacuelo@teleco.upv.es>
Date: Fri, 19 Dec 2014 22:04:48 +0100
Subject: [PATCH] Fix SpikeSorter Next/Prev Buttons not working

---
 Source/Processors/SpikeSorter/SpikeSorterEditor.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Source/Processors/SpikeSorter/SpikeSorterEditor.cpp b/Source/Processors/SpikeSorter/SpikeSorterEditor.cpp
index 1cae5e6ad..69a330d1a 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)
-- 
GitLab