File tree Expand file tree Collapse file tree
Source/Plugins/LfpDisplayNode Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ void LfpDisplayEditor::stopAcquisition()
7171Visualizer* LfpDisplayEditor::createNewCanvas ()
7272{
7373 canvas = new LfpDisplayCanvas (lfpProcessor);
74- updateSubprocessorSelectorOptions ();
7574 return canvas;
7675}
7776
@@ -141,7 +140,7 @@ void LfpDisplayEditor::updateSubprocessorSelectorOptions()
141140
142141 if (defaultSubprocessor >= 0 )
143142 {
144- subprocessorSelection->setSelectedId (defaultSubprocessor + 1 , dontSendNotification );
143+ subprocessorSelection->setSelectedId (defaultSubprocessor + 1 , sendNotification );
145144
146145 String sampleRateLabelText = " Sample Rate: " ;
147146 sampleRateLabelText += String (inputSampleRates[*(inputSubprocessorIndices.begin () + defaultSubprocessor)]);
Original file line number Diff line number Diff line change @@ -147,7 +147,6 @@ void LfpDisplayNode::setSubprocessor(int sp)
147147 subprocessorToDraw = sp;
148148 std::cout << " LfpDisplayNode setting subprocessor to " << sp << std::endl;
149149 updateSubprocessorsFlag = false ;
150- updateSettings ();
151150
152151}
153152
You can’t perform that action at this time.
0 commit comments