mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#396) A well log plot curve is set current when created
This commit is contained in:
parent
a23ad04d06
commit
2bac87972f
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user