Salome HOME
Fix for the "52700: Bad processing of selection button in Point creation dialog box...
[modules/geom.git] / src / BasicGUI / BasicGUI_PointDlg.cxx
index 84b9a7bd5de12552c802329070962229852293e4..983666d280b9af71eed29afc0963034ebb9635b5 100644 (file)
@@ -613,9 +613,9 @@ void BasicGUI_PointDlg::SetEditCurrentArgument()
   }
   send->setDown(true);
 
-  if ((send == GroupLineIntersection->PushButton1 ||
-         send == GroupLineIntersection->PushButton2) && !myBusy)
-    SelectionIntoArgument();
+  //  if ((send == GroupLineIntersection->PushButton1 ||
+  //         send == GroupLineIntersection->PushButton2) && !myBusy)
+  //    SelectionIntoArgument();
 }