X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetIntValue.cpp;h=308aef0ff7f2dc46f576e137a4c473ddc28f0098;hb=f4f5e51326a1846df7684d7fbf5b8315b12a29de;hp=4cae38f12f8341ae6946221d00cc96c94c92d5a8;hpb=31c4ff77330b870d466fbd6b38e1fa566600f79a;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetIntValue.cpp b/src/ModuleBase/ModuleBase_WidgetIntValue.cpp index 4cae38f12..308aef0ff 100644 --- a/src/ModuleBase/ModuleBase_WidgetIntValue.cpp +++ b/src/ModuleBase/ModuleBase_WidgetIntValue.cpp @@ -143,10 +143,8 @@ QList ModuleBase_WidgetIntValue::getControls() const bool ModuleBase_WidgetIntValue::processEnter() { bool isModified = getValueState() == ModifiedInPP; - //bool isModified = mySpinBox->isModified(); if (isModified) { emit valuesChanged(); - //mySpinBox->clearModified(); mySpinBox->selectAll(); } return isModified;