0021177: EDF 1563 SMESH: Preview of mesh during a modification

update preview when action changes ( move <-> copy )
This commit is contained in:
eap 2011-03-11 16:46:37 +00:00
parent 08e8bc3016
commit f27d39d23d
4 changed files with 4 additions and 0 deletions

View File

@ -967,6 +967,7 @@ void SMESHGUI_RotationDlg::onActionClicked(int button)
break;
}
setNewMeshName();
toDisplaySimulation();
}
//=======================================================================

View File

@ -964,6 +964,7 @@ void SMESHGUI_ScaleDlg::onActionClicked(int button)
break;
}
setNewMeshName();
toDisplaySimulation();
}
//=======================================================================

View File

@ -1044,6 +1044,7 @@ void SMESHGUI_SymmetryDlg::onActionClicked(int button)
break;
}
setNewMeshName();
toDisplaySimulation();
}
//=======================================================================

View File

@ -1005,6 +1005,7 @@ void SMESHGUI_TranslationDlg::onActionClicked(int button)
break;
}
setNewMeshName();
toDisplaySimulation();
}
//=======================================================================