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);
|
||||
|
||||
@@ -875,6 +875,6 @@ bool RimView::showActiveCellsOnly()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimView::selectOverlayInfoConfig()
|
||||
{
|
||||
RiuMainWindow::instance()->setCurrentObjectInTreeView(m_overlayInfoConfig);
|
||||
RiuMainWindow::instance()->selectAsCurrentItem(m_overlayInfoConfig);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user