From f93221e0b2ac5670fd4960ade35ab6a80044a0c0 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 27 Oct 2011 07:49:44 +0000 Subject: [PATCH] Set custom view window (widget-based) closable by default (previous implementation - unclosable by default - was integrated by error). --- src/LightApp/LightApp_WgViewModel.cxx | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.39.2