From: vsr Date: Thu, 27 Oct 2011 07:49:44 +0000 (+0000) Subject: Set custom view window (widget-based) closable by default (previous implementation... X-Git-Tag: V6_4_0a1~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f93221e0b2ac5670fd4960ade35ab6a80044a0c0;p=modules%2Fgui.git Set custom view window (widget-based) closable by default (previous implementation - unclosable by default - was integrated by error). --- diff --git a/src/LightApp/LightApp_WgViewModel.cxx b/src/LightApp/LightApp_WgViewModel.cxx index cd4d7abb7..3b6a89e82 100644 --- a/src/LightApp/LightApp_WgViewModel.cxx +++ b/src/LightApp/LightApp_WgViewModel.cxx @@ -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; }