From: vsv Date: Tue, 1 Oct 2019 10:56:28 +0000 (+0300) Subject: Issue #3017: Highlight selected object on N button press X-Git-Tag: V9_4_0a2~4^2~41 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a7b8a6ac57d5c4cbeb834b46a4e99b18b209fcbc;p=modules%2Fshaper.git Issue #3017: Highlight selected object on N button press --- diff --git a/src/XGUI/XGUI_OperationMgr.cpp b/src/XGUI/XGUI_OperationMgr.cpp index 3146a923c..f159dd4b5 100644 --- a/src/XGUI/XGUI_OperationMgr.cpp +++ b/src/XGUI/XGUI_OperationMgr.cpp @@ -678,7 +678,7 @@ bool XGUI_OperationMgr::onKeyReleased(QObject *theObject, QKeyEvent* theEvent) aContext->HilightNextDetected(aView); else if ((theEvent->key() == Qt::Key_P)) aContext->HilightPreviousDetected(aView); - //aViewer->updateHighlight(); + aViewer->updateHighlight(); isAccepted = true; } }