mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-07 14:43:10 -06:00
Apply guard to additional MohrsCirclePlot use
This commit is contained in:
parent
8b3f980079
commit
054263b94a
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user