]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_WidgetDoubleValue.cpp
Salome HOME
It removes commented not used code.
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetDoubleValue.cpp
index 06cfe0c0496cde8457a649cc5548cca53905badd..bd42f784430dfbe6bad2cc3224e5588556de7eea 100644 (file)
@@ -159,10 +159,8 @@ QList<QWidget*> ModuleBase_WidgetDoubleValue::getControls() const
 bool ModuleBase_WidgetDoubleValue::processEnter()
 {
   bool isModified = getValueState() == ModifiedInPP;
-  //bool isModified = mySpinBox->isModified();
   if (isModified) {
     emit valuesChanged();
-    //mySpinBox->clearModified();
     mySpinBox->selectAll();
   }
   return isModified;