mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-30 04:10:34 +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();
|
||||
|
||||
mySMESHGUI->updateObjBrowser(true);
|
||||
|
||||
mySelEdit[ Ids ]->setText("");
|
||||
|
||||
return true;
|
||||
} else {
|
||||
QMessageBox::information(SMESHGUI::desktop(), tr("SMESH_ERROR"),
|
||||
|
Loading…
Reference in New Issue
Block a user