Skip to content

Commit

Permalink
(#396) A well log plot curve is set current when created
Browse files Browse the repository at this point in the history
  • Loading branch information
palhagen committed Aug 31, 2015
1 parent a23ad04 commit 2bac879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ApplicationCode/ProjectDataModel/RimWellLogPlotTrace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ void RimWellLogPlotTrace::addCurve(const std::vector<double>& depthValues, const
curve->setUiName(QString("Curve %1").arg(curves.size()));
curve->plot(depthValues, values);

RiuMainWindow::instance()->projectTreeView()->setExpanded(this, true);
updateConnectedEditors();
RiuMainWindow::instance()->setCurrentObjectInTreeView(curve);
}


Expand Down

0 comments on commit 2bac879

Please sign in to comment.