We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acac147 + 18d3ca8 commit 2713811Copy full SHA for 2713811
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