From: apo Date: Thu, 1 Dec 2005 12:13:11 +0000 (+0000) Subject: Minor changes X-Git-Tag: TG-D5-38-2003_D2005-20-12~86 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=614786d1444251683e63ad86ae0841f8d9301d7a;p=modules%2Fvisu.git Minor changes --- diff --git a/src/PIPELINE/VISU_SphereWidget.cxx b/src/PIPELINE/VISU_SphereWidget.cxx index db1b512c..bd24d602 100755 --- a/src/PIPELINE/VISU_SphereWidget.cxx +++ b/src/PIPELINE/VISU_SphereWidget.cxx @@ -436,7 +436,7 @@ void VISU_SphereWidget::OnLeftButtonDown() HighlightSphere(1); - //apo - EventCallbackCommand->SetAbortFlag(1); + //To enable picking - EventCallbackCommand->SetAbortFlag(1); StartInteraction(); InvokeEvent(vtkCommand::StartInteractionEvent,NULL); // @@ -454,7 +454,7 @@ void VISU_SphereWidget::OnLeftButtonUp() myState = VISU_SphereWidget::Start; HighlightSphere(0); - //apo - EventCallbackCommand->SetAbortFlag(1); + //To enable picking - EventCallbackCommand->SetAbortFlag(1); EndInteraction(); InvokeEvent(vtkCommand::EndInteractionEvent,NULL); //