Skip to content

Commit db7c685

Browse files
committed
Remove conditional compilation for refreshState in LfpDisplayCanvas
1 parent 763fbb3 commit db7c685

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Plugins/LfpViewer/LfpDisplayCanvas.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -284,12 +284,10 @@ void LfpDisplayCanvas::updateSettings()
284284

285285
void LfpDisplayCanvas::refreshState()
286286
{
287-
#ifdef BUILD_TESTS
288287
for (auto split : displaySplits)
289288
{
290289
split->refresh();
291290
}
292-
#endif
293291
}
294292

295293
void LfpDisplayCanvas::select (LfpDisplaySplitter* splitter)

0 commit comments

Comments
 (0)