From: enk Date: Thu, 23 Mar 2006 14:21:31 +0000 (+0000) Subject: Fix for Bug IPAL11866: X-Git-Tag: for_sharm~15 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a0ecfa22d33cd8ccd89a48f7739e9898d6b32868;p=modules%2Fgui.git Fix for Bug IPAL11866: Bad view of Post-Pro preferences in specific way --- diff --git a/src/LightApp/LightApp_PreferencesDlg.cxx b/src/LightApp/LightApp_PreferencesDlg.cxx index af26451f7..981e9e616 100644 --- a/src/LightApp/LightApp_PreferencesDlg.cxx +++ b/src/LightApp/LightApp_PreferencesDlg.cxx @@ -34,7 +34,7 @@ Constructor. */ LightApp_PreferencesDlg::LightApp_PreferencesDlg( LightApp_Preferences* prefs, QWidget* parent ) -: QtxDialog( parent, 0, true, false, OK | Close | Apply ), +: QtxDialog( parent, 0, true, true, OK | Close | Apply ), myPrefs( prefs ), mySaved ( false ) { setCaption( tr( "CAPTION" ) );