From 9fe33e59af0ad581452d31467580f5e5e60dceed Mon Sep 17 00:00:00 2001 From: ouv Date: Wed, 21 Dec 2005 07:59:13 +0000 Subject: [PATCH] Fixed bug GVIEW10903 : ?8 signal detected? has been appeared during attempt to use ?Fit Area? with ?Spherical Cursor? --- src/PIPELINE/VISU_SphereWidget.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PIPELINE/VISU_SphereWidget.cxx b/src/PIPELINE/VISU_SphereWidget.cxx index 45bf56eb..3faa5e1a 100755 --- a/src/PIPELINE/VISU_SphereWidget.cxx +++ b/src/PIPELINE/VISU_SphereWidget.cxx @@ -437,7 +437,7 @@ void VISU_SphereWidget::OnMiddleButtonDown() HighlightSphere(1); - //To enable picking - EventCallbackCommand->SetAbortFlag(1); + EventCallbackCommand->SetAbortFlag(1); StartInteraction(); InvokeEvent(vtkCommand::StartInteractionEvent,NULL); // @@ -455,7 +455,7 @@ void VISU_SphereWidget::OnMiddleButtonUp() myState = VISU_SphereWidget::Start; HighlightSphere(0); - //To enable picking - EventCallbackCommand->SetAbortFlag(1); + EventCallbackCommand->SetAbortFlag(1); EndInteraction(); InvokeEvent(vtkCommand::EndInteractionEvent,NULL); // -- 2.39.2