mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-09 23:16:00 -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()
|
||||
{
|
||||
viewPdmObject()->m_showWindow = false;
|
||||
|
||||
viewPdmObject()->updateConnectedEditors();
|
||||
uiCapability()->updateUiIconFromToggleField();
|
||||
updateConnectedEditors();
|
||||
RiaApplication::instance()->project()->updateConnectedEditors();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user