mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-21 10:13:43 +03:00
Small correction of qt samples
This commit is contained in:
parent
6c672f4cd0
commit
3b5f0ca372
@ -237,4 +237,5 @@ void DocumentCommon::onDelete()
|
|||||||
myContext->EraseSelected (Standard_False);
|
myContext->EraseSelected (Standard_False);
|
||||||
myContext->ClearSelected();
|
myContext->ClearSelected();
|
||||||
getApplication()->onSelectionChanged();
|
getApplication()->onSelectionChanged();
|
||||||
|
myContext->UpdateCurrentViewer();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user