1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +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 3b5f0ca372

View File

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