Remove duplicated code in RiaPlotWindowRedrawScheduler

This commit is contained in:
Magne Sjaastad
2024-11-04 16:12:06 +01:00
parent 59df1a655e
commit 71b0ae1a16
9 changed files with 31 additions and 98 deletions

View File

@@ -950,7 +950,7 @@ void RimDepthTrackPlot::onPlotsReordered( const SignalEmitter* emitter )
recreatePlotWidgets();
loadDataAndUpdate();
RiaPlotWindowRedrawScheduler::instance()->performScheduledUpdatesAndReplots();
RiaPlotWindowRedrawScheduler::instance()->performScheduledUpdates();
updateLayout();
}