1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-29 14:00:49 +03:00

Small correction of qt samples

This commit is contained in:
ski
2015-09-28 16:04:01 +03:00
committed by bugmaster
parent 6c672f4cd0
commit 7dcf788016

View File

@@ -237,4 +237,5 @@ void DocumentCommon::onDelete()
myContext->EraseSelected (Standard_False);
myContext->ClearSelected();
getApplication()->onSelectionChanged();
myContext->UpdateCurrentViewer();
}