Skip to content

Commit

Permalink
(#396) Made sure that a well log plot is the current item when created
Browse files Browse the repository at this point in the history
  • Loading branch information
palhagen committed Aug 31, 2015
1 parent 5e18afd commit 33c310b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit 33c310b

Please sign in to comment.