Skip to content

Commit e9d0fff

Browse files
committed
fix bugs with single channel display, reverse channel ordering, and channel skipping cross-interaction
1 parent 4ce7390 commit e9d0fff

3 files changed

Lines changed: 349 additions & 163 deletions

File tree

Source/Plugins/LfpDisplayNode/LfpDisplayCanvas.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@ int LfpDisplay::getRange(DataChannel::DataChannelTypes type)
13881388

13891389
void LfpDisplay::setChannelHeight(int r, bool resetSingle)
13901390
{
1391-
1391+
13921392
for (int i = 0; i < numChans; i++)
13931393
{
13941394
channels[i]->setChannelHeight(r);

0 commit comments

Comments
 (0)