]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
refs #98 - Default color for constraints
authornds <natalia.donis@opencascade.com>
Fri, 24 Oct 2014 10:28:33 +0000 (14:28 +0400)
committernds <natalia.donis@opencascade.com>
Fri, 24 Oct 2014 10:28:33 +0000 (14:28 +0400)
refs #129 - old LightApprc.7.4.0 problem
The default values save mechanizm is implemented.

src/Config/Config_PropManager.h
src/XGUI/XGUI_Preferences.cpp

index 1753e8eb40bf5a66164be68b63b148623d179536..444312ebd501fb9cbb77f60785007803c6d34a9c 100644 (file)
@@ -26,7 +26,7 @@ class Config_PropManager
    * \param theDefValue - default and initial value of the property
    * Returns True if the property succesfully registered
    */
-  CONFIG_EXPORT static bool registerProp(const std::string& theSection, const std::string& theName,
+  CONFIG_EXPORT static Config_Prop* registerProp(const std::string& theSection, const std::string& theName,
     const std::string& theTitle, Config_Prop::PropType theType, const std::string& theDefValue = "");
 
   CONFIG_EXPORT static Config_Prop* findProp(
index ed3782b110d0d5cdfddf7b60df4eb06ea878b873..8f7b3059a79fadf2d4ca40cf26d94373ed49a1a1 100644 (file)
@@ -277,7 +277,7 @@ void XGUI_PreferencesDlg::onDefault()
 
   // reset plugin's resources
   XGUI_Preferences::resetConfig();
-  XGUI_Preferences::updateResourcesByConfig(false);
+  XGUI_Preferences::updateResourcesByConfig();
 
   myPreferences->retrieve();
 }