Salome HOME
PAL9843
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MoveNodesDlg.cxx
index 944a6d2a9e74540a3696813584dc4563d006c4e5..1a366bd09f94de9526f3c78314549333691fb38b 100644 (file)
@@ -328,6 +328,7 @@ void SMESHGUI_MoveNodesDlg::onClose()
     aViewWindow->SetSelectionMode(ActorSelection);
   disconnect(mySelectionMgr, 0, this, 0);
   disconnect(mySMESHGUI, 0, this, 0);
+  erasePreview();
   mySMESHGUI->ResetState();
   reject();
 }