mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
System : Set default expand state to true when expanding an item in tree views
This commit is contained in:
@@ -80,7 +80,7 @@ RimEclipseView* RicSelectOrCreateViewFeatureImpl::showViewSelection(RimEclipseRe
|
||||
//==================================================================================================
|
||||
void RicSelectOrCreateViewFeatureImpl::focusView(RimEclipseView* view)
|
||||
{
|
||||
RiuMainWindow::instance()->setExpanded(view, true);
|
||||
RiuMainWindow::instance()->setExpanded(view);
|
||||
RiuMainWindow::instance()->selectAsCurrentItem(view);
|
||||
RiuMainWindow::instance()->raise();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user