]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Set custom view window (widget-based) closable by default (previous implementation...
authorvsr <vsr@opencascade.com>
Thu, 27 Oct 2011 07:49:44 +0000 (07:49 +0000)
committervsr <vsr@opencascade.com>
Thu, 27 Oct 2011 07:49:44 +0000 (07:49 +0000)
src/LightApp/LightApp_WgViewModel.cxx

index cd4d7abb7c1c124aa059562d854b32ccbf282189..3b6a89e82b60e833527d4f896f5e2d2fed1cdfcd 100644 (file)
@@ -44,7 +44,6 @@ SUIT_ViewWindow* LightApp_WgViewModel::createView( SUIT_Desktop* d )
     vw = new SUIT_ViewWindow( d );
     vw->setCentralWidget( myWidget );
     myCreated = true;
-    vw->setClosable( false );///////////////////
   }
   return vw;
 }