1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0026888: Crash in Java ImportExport sample on shape deleting

Corrected behaviour of 3d viewer after shape deleting in qt samples.
Corrected behaviour of toolbar buttons after shape deleting in csharp samples.
This commit is contained in:
ski
2015-12-11 15:29:23 +03:00
committed by bugmaster
parent f4264b5adb
commit 4d6554d142
4 changed files with 5 additions and 0 deletions

View File

@@ -638,6 +638,8 @@ namespace IE_WinForms
public void DeleteObjects()
{
myOCCTProxy.EraseObjects();
IE_WinForms.Form1 parent = (IE_WinForms.Form1)this.ParentForm;
parent.SelectionChanged();
}
public void ImportModel(IE_WinForms.ModelFormat format)
{