mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 13:10:34 +05:00
0052235: TC7.3.0: continious fatal errors after splitting into 24 tetrahedra
Protect myMesh from deletion in onApply()
This commit is contained in:
parent
1f846c64e0
commit
f22869c9cf
@ -989,6 +989,7 @@ bool SMESHGUI_MultiEditDlg::onApply()
|
|||||||
|
|
||||||
updateButtons();
|
updateButtons();
|
||||||
}
|
}
|
||||||
|
obj._retn(); // else myMesh is deleted by ~obj
|
||||||
|
|
||||||
myBusy = false;
|
myBusy = false;
|
||||||
return aResult;
|
return aResult;
|
||||||
|
Loading…
Reference in New Issue
Block a user