]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #3017: Highlight selected object on N button press
authorvsv <vsv@opencascade.com>
Tue, 1 Oct 2019 10:56:28 +0000 (13:56 +0300)
committervsv <vsv@opencascade.com>
Tue, 1 Oct 2019 10:56:40 +0000 (13:56 +0300)
src/XGUI/XGUI_OperationMgr.cpp

index 3146a923c7689a119960e1027790039593b4e25a..f159dd4b5f4bc086dd509b611c3911148626e51b 100644 (file)
@@ -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;
         }
       }