From a7b8a6ac57d5c4cbeb834b46a4e99b18b209fcbc Mon Sep 17 00:00:00 2001 From: vsv Date: Tue, 1 Oct 2019 13:56:28 +0300 Subject: [PATCH] Issue #3017: Highlight selected object on N button press --- src/XGUI/XGUI_OperationMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.39.2