mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-05-06 12:30:48 +05:00
Fixed Bug IPAL10680:
Selection of element stay in the 3D Viewer and dialog box after Apply for Patter Mapping
This commit is contained in:
parent
f3bfe0575c
commit
58dc10b880
@ -428,6 +428,9 @@ bool SMESHGUI_MeshPatternDlg::onApply()
|
|||||||
SMESH::UpdateView();
|
SMESH::UpdateView();
|
||||||
|
|
||||||
mySMESHGUI->updateObjBrowser(true);
|
mySMESHGUI->updateObjBrowser(true);
|
||||||
|
|
||||||
|
mySelEdit[ Ids ]->setText("");
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
QMessageBox::information(SMESHGUI::desktop(), tr("SMESH_ERROR"),
|
QMessageBox::information(SMESHGUI::desktop(), tr("SMESH_ERROR"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user