]> OCCT Git - occt-copy.git/commitdiff
Small correction of qt samples OCCT691-REF V6_9_1
authorski <ski@opencascade.com>
Mon, 28 Sep 2015 13:04:01 +0000 (16:04 +0300)
committerbugmaster <bugmaster@opencascade.com>
Mon, 28 Sep 2015 13:04:44 +0000 (16:04 +0300)
samples/qt/Common/src/DocumentCommon.cxx

index 1c567615dff1a2646f07476f9eb95caf7d3bba8b..8844a8ae0fdcc742f359149f99655ab3e76189af 100755 (executable)
@@ -237,4 +237,5 @@ void DocumentCommon::onDelete()
     myContext->EraseSelected (Standard_False);
     myContext->ClearSelected();
     getApplication()->onSelectionChanged();
+       myContext->UpdateCurrentViewer();
 }