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