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:
@@ -481,6 +481,7 @@ namespace IE_WPF_WinForms
|
||||
public void Delete()
|
||||
{
|
||||
View.EraseObjects();
|
||||
SelectionChanged();
|
||||
}
|
||||
|
||||
public void OnKeyDown( System.Windows.Input.Key theKey )
|
||||
|
Reference in New Issue
Block a user