]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fix for Bug PAL11197:
authorenk <enk@opencascade.com>
Mon, 16 Jan 2006 12:45:07 +0000 (12:45 +0000)
committerenk <enk@opencascade.com>
Mon, 16 Jan 2006 12:45:07 +0000 (12:45 +0000)
SMESH and VISU: In scalar bar preferences, there is no control that X+width<=1 and Y+height<=1

src/LightApp/LightApp_PreferencesDlg.cxx

index 5d0f1ead4a3a01f353fae732ef205fdb4dccdd0e..7b615d87c3cb56383014f13641392f94bfaf2d59 100644 (file)
@@ -99,6 +99,13 @@ void LightApp_PreferencesDlg::onHelp()
 void LightApp_PreferencesDlg::onApply()
 {
   myPrefs->store();
+  
+  // Fix for Bug PAL11197: Restoring the corrected values from resource manager.
+  // (Correcting in VisuGUI.cxx and SMESHGUI.cxx in methods
+  // ::preferencesChanged( const QString& sect, const QString& name ))
+  myPrefs->retrieve();
+  //
+  
   myPrefs->toBackup();
   mySaved = true;
 }