Skip to content

Commit 086bbd1

Browse files
committed
Change scroll refresh rate to 10 Hz
1 parent dae96ca commit 086bbd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/LfpDisplayNode/LfpTimescale.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ void LfpTimescale::setPausedState(bool isPaused_)
126126
else {
127127
lfpDisplay->pause(true);
128128
isPaused = true;
129-
startTimer(200);
129+
startTimer(100);
130130
}
131131

132132
repaint();

0 commit comments

Comments
 (0)