Salome HOME
Fix for problem: numbers of isolines functionality work incorrect.
[modules/gui.git] / src / Qtx / QtxIntSpinBox.cxx
index 261266746281199cc8d061c2538c7588c51bd1f1..70aab81c12407148691b287ef2bb85573284a264 100755 (executable)
@@ -84,7 +84,7 @@ void QtxIntSpinBox::updateDisplay()
 
   if ( myCleared )
     editor()->clear();
-  else
+  else if ( editor()->hasFocus() )
   {
     if ( editor()->text() == specialValueText() )
       editor()->selectAll();