]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix on - Bug GVIEW10168
authorapo <apo@opencascade.com>
Thu, 6 Oct 2005 12:29:49 +0000 (12:29 +0000)
committerapo <apo@opencascade.com>
Thu, 6 Oct 2005 12:29:49 +0000 (12:29 +0000)
Only sphere in the centre of ?Planar Segmentation? is visible in the Viewer after activation of the corresponding functionality

src/PIPELINE/VISU_ImplicitFunctionWidget.cxx

index 50094e759b85c4982e41466f988da7cb9a0e7ec6..7eade30c9709baae355e006e2d4cdc2335b60772 100644 (file)
@@ -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 )    {