mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4228 Don't collapse tree structure in project tree when hiding plot window
This commit is contained in:
parent
44f3882ecb
commit
c47f2a30d8
@ -82,10 +82,9 @@ RimMdiWindowGeometry RimMdiWindowController::mdiWindowGeometry()
|
|||||||
void RimMdiWindowController::handleViewerDeletion()
|
void RimMdiWindowController::handleViewerDeletion()
|
||||||
{
|
{
|
||||||
viewPdmObject()->m_showWindow = false;
|
viewPdmObject()->m_showWindow = false;
|
||||||
|
viewPdmObject()->updateConnectedEditors();
|
||||||
uiCapability()->updateUiIconFromToggleField();
|
uiCapability()->updateUiIconFromToggleField();
|
||||||
updateConnectedEditors();
|
updateConnectedEditors();
|
||||||
RiaApplication::instance()->project()->updateConnectedEditors();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user