Salome HOME
Merge remote-tracking branch 'origin/cgt/devCEA'
[modules/shaper.git] / src / ModuleBase / ModuleBase_ModelWidget.cpp
index 66d1c8c96daca4ad89f36bc567d7ed64348dd5ef..fdfffa34389b7df51a34a367975047e4141ebec0 100644 (file)
@@ -94,7 +94,8 @@ bool ModuleBase_ModelWidget::isValueEnabled() const
 #ifdef DEBUG_ENABLE_SKETCH_INPUT_FIELDS
     bool aCanDisable = false;
 #else
-    bool aCanDisable = true;//Config_PropManager::boolean(SKETCH_TAB_NAME, "disable_input_fields", "true");
+    //Config_PropManager::boolean(SKETCH_TAB_NAME, "disable_input_fields", "true");
+    bool aCanDisable = true;
 #endif
     if (aCanDisable)
       anEnabled = false;