Skip to content

Commit 4ccc617

Browse files
committed
Disable median offset correction by default in LFP viewer
1 parent 4703e0f commit 4ccc617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Plugins/LfpDisplayNode/LfpDisplayCanvas.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ LfpDisplayOptions::LfpDisplayOptions(LfpDisplayCanvas* canvas_, LfpTimescale* ti
989989
medianOffsetPlottingButton->setCorners(true, true, true, true);
990990
medianOffsetPlottingButton->addListener(this);
991991
medianOffsetPlottingButton->setClickingTogglesState(true);
992-
medianOffsetPlottingButton->setToggleState(true, sendNotification);
992+
medianOffsetPlottingButton->setToggleState(false, sendNotification);
993993
addAndMakeVisible(medianOffsetPlottingButton);
994994

995995

0 commit comments

Comments
 (0)