diff --git a/Source/Processors/Editors/SpikeDetectorEditor.cpp b/Source/Processors/Editors/SpikeDetectorEditor.cpp
index acf7d24ec5336780fcfac432ffa95953cbcca33d..ea12234f41201cd5fa2d485c2185db3c64241e25 100755
--- a/Source/Processors/Editors/SpikeDetectorEditor.cpp
+++ b/Source/Processors/Editors/SpikeDetectorEditor.cpp
@@ -489,9 +489,12 @@ void SpikeDetectorEditor::comboBoxChanged(ComboBox* comboBox)
 void SpikeDetectorEditor::checkSettings()
 {
     electrodeList->setSelectedItemIndex(0);
+    drawElectrodeButtons(0);
 
     getEditorViewport()->makeEditorVisible(this, true, true);
 
+
+
 }
 
 void SpikeDetectorEditor::drawElectrodeButtons(int ID)