mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Renamed from setCurrentObjectInTreeView to selectAsCurrentItem
This commit is contained in:
@@ -118,7 +118,7 @@ void RimCrossSectionCollection::appendCrossSection(RimCrossSection* crossSection
|
||||
m_crossSections.push_back(crossSection);
|
||||
|
||||
updateConnectedEditors();
|
||||
RiuMainWindow::instance()->setCurrentObjectInTreeView(crossSection);
|
||||
RiuMainWindow::instance()->selectAsCurrentItem(crossSection);
|
||||
|
||||
RimView* rimView = NULL;
|
||||
firstAnchestorOrThisOfType(rimView);
|
||||
|
||||
Reference in New Issue
Block a user