mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Apply guard to additional MohrsCirclePlot use
This commit is contained in:
@@ -74,7 +74,7 @@ void RiuTimeStepChangedHandler::handleTimeStepChanged(Rim3dView* changedView) co
|
||||
pvtPlotUpdater->updateOnTimeStepChanged(changedView);
|
||||
|
||||
RiuMohrsCirclePlot* mohrsCirclePlot = RiuMainWindow::instance()->mohrsCirclePlot();
|
||||
mohrsCirclePlot->updateOnTimeStepChanged(changedView);
|
||||
if (mohrsCirclePlot) mohrsCirclePlot->updateOnTimeStepChanged(changedView);
|
||||
|
||||
//tim.reportTimeMS("done");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user