(#396) A well log plot trace is set current when created

This commit is contained in:
Pål Hagen 2015-08-31 11:25:22 +02:00
parent 33c310bba1
commit a23ad04d06

View File

@ -136,8 +136,8 @@ void RimWellLogPlot::addTrace()
RiuWellLogTracePlot* viewer = m_viewer->createTracePlot();
trace->setViewer(viewer);
RiuMainWindow::instance()->projectTreeView()->setExpanded(this, true);
updateConnectedEditors();
RiuMainWindow::instance()->setCurrentObjectInTreeView(trace);
}
//--------------------------------------------------------------------------------------------------