Salome HOME
Modification, Transformation. IDs of elements are missing, if selection with rectange...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_SymmetryDlg.cxx
index 6eab435f8846ff069bb3c90edc0bc71f6a470b31..d733ee9ee7c68fe9a0caaccd33283a03010d2b1e 100644 (file)
@@ -788,6 +788,7 @@ void SMESHGUI_SymmetryDlg::SelectionIntoArgument()
   myBusy = true;
   if (myEditCurrentArgument == (QWidget*)LineEditElements) {
     LineEditElements->setText(aString);
+    LineEditElements->repaint();
     setNewMeshName();
   }
   myBusy = false;