From 1a75133f6a2e008fd4a546a89d3b7c86b58b4a0e Mon Sep 17 00:00:00 2001 From: apo Date: Thu, 6 Oct 2005 12:29:49 +0000 Subject: [PATCH] Fix on - Bug GVIEW10168 Only sphere in the centre of ?Planar Segmentation? is visible in the Viewer after activation of the corresponding functionality --- src/PIPELINE/VISU_ImplicitFunctionWidget.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/PIPELINE/VISU_ImplicitFunctionWidget.cxx b/src/PIPELINE/VISU_ImplicitFunctionWidget.cxx index 50094e75..7eade30c 100644 --- a/src/PIPELINE/VISU_ImplicitFunctionWidget.cxx +++ b/src/PIPELINE/VISU_ImplicitFunctionWidget.cxx @@ -727,6 +727,8 @@ void VISU_ImplicitFunctionWidget::OnRightButtonUp() //================================================================== void VISU_ImplicitFunctionWidget::OnMouseMove() { + this->SizeHandles(); + // See whether we're active if ( this->State == VISU_ImplicitFunctionWidget::Outside || this->State == VISU_ImplicitFunctionWidget::Start ) { -- 2.39.2