]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XGUI/XGUI_Displayer.cpp
Salome HOME
Issue #2027 Sketcher Trim Feature
[modules/shaper.git] / src / XGUI / XGUI_Displayer.cpp
index e38dc3dc3eb7d589b441beabb465a80ff339e8a5..f51ac398f15f5984aac3be0fedcbb94415538eb0 100644 (file)
@@ -702,7 +702,7 @@ void XGUI_Displayer::clearSelected(const bool theUpdateViewer)
 {
   Handle(AIS_InteractiveContext) aContext = AISContext();
   if (!aContext.IsNull()) {
-    aContext->UnhilightCurrents(false);
+    aContext->UnhilightSelected(false);//UnhilightCurrents(false);
     aContext->ClearSelected(theUpdateViewer);
     #ifdef VINSPECTOR
     if (getCallBack()) getCallBack()->ClearSelected();