Salome HOME
DOF is visualized in label widget.
[modules/shaper.git] / src / XGUI / XGUI_Workshop.cpp
index 33fb1316fc5756aacaf3014fec2619ccb72d0f72..fbdb6379b393f11fddb917661ea703cfa44ac69f 100755 (executable)
@@ -497,6 +497,8 @@ void XGUI_Workshop::setPropertyPanel(ModuleBase_Operation* theOperation)
                         !aWidget->getDefaultValue().empty() &&
                         !aWidget->isComputedDefault();
     aWidget->setFeature(aFeature, isStoreValue, isUpdateFlushed);
+    if (!isStoreValue)
+      aWidget->restoreValue();
     aWidget->enableFocusProcessing();
   }
   ModuleBase_Tools::flushUpdated(aFeature);