mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#396) Made sure that a viewer is created when adding a new plot
This commit is contained in:
parent
ef727b4797
commit
f149cfff6d
@ -53,6 +53,7 @@ void RicNewWellLogPlotFeature::onActionTriggered(bool isChecked)
|
||||
RimWellLogPlotTrace* plotrace = new RimWellLogPlotTrace();
|
||||
|
||||
plot->addTrace(plotrace);
|
||||
plot->loadDataAndUpdate();
|
||||
wellLogPlotColl->wellLogPlots().push_back(plot);
|
||||
|
||||
RiaApplication::instance()->project()->updateConnectedEditors();
|
||||
|
Loading…
Reference in New Issue
Block a user