0052235: TC7.3.0: continious fatal errors after splitting into 24 tetrahedra

Protect myMesh from deletion in onApply()
This commit is contained in:
eap 2013-12-06 15:26:44 +00:00
parent 1f846c64e0
commit f22869c9cf

View File

@ -989,6 +989,7 @@ bool SMESHGUI_MultiEditDlg::onApply()
updateButtons();
}
obj._retn(); // else myMesh is deleted by ~obj
myBusy = false;
return aResult;