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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user