From: apo Date: Thu, 6 Oct 2005 12:29:49 +0000 (+0000) Subject: Fix on - Bug GVIEW10168 X-Git-Tag: BR-D5-38-2003_D2005-12-10~43 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1a75133f6a2e008fd4a546a89d3b7c86b58b4a0e;p=modules%2Fvisu.git Fix on - Bug GVIEW10168 Only sphere in the centre of ?Planar Segmentation? is visible in the Viewer after activation of the corresponding functionality --- 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 ) {