Salome HOME
Fix for PAL5855.
authorsmh <smh@opencascade.com>
Thu, 13 May 2004 10:42:27 +0000 (10:42 +0000)
committersmh <smh@opencascade.com>
Thu, 13 May 2004 10:42:27 +0000 (10:42 +0000)
src/SUPERVGUI/SUPERVGUI_Link.cxx

index 5787cac0745de85815da7fb82028769ae6c10a08..80158db62e164b4bd74905a98743692a0060afcc 100644 (file)
@@ -572,6 +572,7 @@ void SUPERVGUI_Link::onMousePress(QMouseEvent * theEvent) {
     return;
   }
   if (theEvent->button() != Qt::LeftButton) {
+    SelectedLink = 0;
     myHltPnt = -1;
     return;
   }