From 3b5f0ca3722968991549cfce1caca4fa89bf97b1 Mon Sep 17 00:00:00 2001 From: ski Date: Mon, 28 Sep 2015 16:04:01 +0300 Subject: [PATCH] Small correction of qt samples --- samples/qt/Common/src/DocumentCommon.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/qt/Common/src/DocumentCommon.cxx b/samples/qt/Common/src/DocumentCommon.cxx index 1c567615df..8844a8ae0f 100755 --- a/samples/qt/Common/src/DocumentCommon.cxx +++ b/samples/qt/Common/src/DocumentCommon.cxx @@ -237,4 +237,5 @@ void DocumentCommon::onDelete() myContext->EraseSelected (Standard_False); myContext->ClearSelected(); getApplication()->onSelectionChanged(); + myContext->UpdateCurrentViewer(); }