mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2331 Add 2d Intersection View collection with automatic views. The create command is adjusted into a "Show" command.
This commit is contained in:
@@ -140,7 +140,7 @@ void RimMdiWindowController::updateViewerWidget()
|
||||
RiuMainWindowBase* mainWindow = getMainWindow();
|
||||
if ( !mainWindow ) return;
|
||||
|
||||
if ( viewPdmObject()->m_showWindow() )
|
||||
if ( viewPdmObject()->isWindowVisible() )
|
||||
{
|
||||
if ( !viewWidget() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user