mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Make sure the view linker is expanded after a link operation
This commit is contained in:
parent
91b100b8cc
commit
a7b3950c6b
@ -171,7 +171,7 @@ void RicLinkVisibleViewsFeature::linkViews(std::vector<RimView*>& views)
|
|||||||
proj->viewLinkerCollection.uiCapability()->updateConnectedEditors();
|
proj->viewLinkerCollection.uiCapability()->updateConnectedEditors();
|
||||||
proj->updateConnectedEditors();
|
proj->updateConnectedEditors();
|
||||||
|
|
||||||
RiuMainWindow::instance()->projectTreeView()->setExpanded(viewLinker, true);
|
RiuMainWindow::instance()->projectTreeView()->setExpanded(proj->viewLinkerCollection(), true);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user