]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fixed bug GVIEW10863 : Changing of radius of Spherical Segmentation cursor in dialog...
authorouv <ouv@opencascade.com>
Wed, 21 Dec 2005 10:51:48 +0000 (10:51 +0000)
committerouv <ouv@opencascade.com>
Wed, 21 Dec 2005 10:51:48 +0000 (10:51 +0000)
src/PIPELINE/VISU_SphereWidget.cxx

index 3faa5e1a8ebefbbd7fc126b957ebd15661356068..2134aeb72f7326d540fd3cc868a1464ea7a04239 100755 (executable)
@@ -132,6 +132,7 @@ void VISU_SphereWidget::SetRadius(float theRadius)
     theRadius = myRmin;
   }
   mySphereSource->SetRadius(theRadius); 
+  mySphere->SetRadius(theRadius);
 }
 //====================================================================
 // function: GetRadius
@@ -148,6 +149,7 @@ float VISU_SphereWidget::GetRadius()
 void VISU_SphereWidget::SetCenter(float theCenter[3]) 
 {
   mySphereSource->SetCenter(theCenter);
+  mySphere->SetCenter(theCenter);
 }
 //====================================================================
 // function: SetCenter