mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#396) Made sure that a well log plot is the current item when created
This commit is contained in:
parent
5e18afd44c
commit
33c310bba1
@ -56,6 +56,6 @@ void RimWellLogPlotCollection::addWellLogPlot()
|
||||
RimWellLogPlot* plot = new RimWellLogPlot();
|
||||
wellLogPlots.push_back(plot);
|
||||
|
||||
RiuMainWindow::instance()->projectTreeView()->setExpanded(this, true);
|
||||
RiaApplication::instance()->project()->updateConnectedEditors();
|
||||
RiuMainWindow::instance()->setCurrentObjectInTreeView(plot);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user