(#396) Made sure that a well log plot is the current item when created

This commit is contained in:
Pål Hagen 2015-08-31 11:19:28 +02:00
parent 5e18afd44c
commit 33c310bba1

View File

@ -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);
}