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