We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e8d6d commit 18d3ca8Copy full SHA for 18d3ca8
1 file changed
Source/Plugins/LfpDisplayNode/LfpDisplayCanvas.cpp
@@ -313,9 +313,11 @@ void LfpDisplayCanvas::update()
313
lfpDisplay->channelInfo[i]->updateType();
314
}
315
316
- if (nChans > 0)
317
- std::cout << "Rebuilding drawable channels" << std::endl;
+ if (nChans > 0)
+ {
318
+ std::cout << "Rebuilding drawable channels" << std::endl;
319
lfpDisplay->rebuildDrawableChannelsList();
320
+ }
321
322
323
0 commit comments