]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_WidgetExprEditor.cpp
Salome HOME
Simplification of the code
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetExprEditor.cpp
index b11bd67146184a661473321a58d4f8b0dabef582..3e040c4d39e6a7a32c9df3ab58c697c141cb3300 100644 (file)
@@ -214,8 +214,6 @@ void ExpressionEditor::paintEvent( QPaintEvent* theEvent )
 
 bool ExpressionEditor::focusNextPrevChild(bool theIsNext)
 {
-  if (myIsModified)
-    emit editingFinished();
   emit valueStored();
   emit focusNextPrev();
   return QPlainTextEdit::focusNextPrevChild(theIsNext);
@@ -250,7 +248,6 @@ ModuleBase_WidgetExprEditor::ModuleBase_WidgetExprEditor( QWidget* theParent,
   this->setLayout(aMainLay);
 
   connect(myEditor, SIGNAL(valueModified()), this, SIGNAL(valuesModified()));
-  //connect(myEditor, SIGNAL(editingFinished()), this, SLOT(onTextChanged()));
   connect(myEditor, SIGNAL(valueStored()), this, SLOT(onTextChanged()));
   connect(myEditor, SIGNAL(focusNextPrev()), this, SIGNAL(focusNextPrev()));