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:
@@ -236,5 +236,6 @@ void DocumentCommon::onDelete()
|
||||
{
|
||||
myContext->EraseSelected (Standard_False);
|
||||
myContext->ClearSelected();
|
||||
myContext->UpdateCurrentViewer();
|
||||
getApplication()->onSelectionChanged();
|
||||
}
|
||||
|
Reference in New Issue
Block a user