]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fixed method VisuGUI_AxisWg::Apply(...)
authorenk <enk@opencascade.com>
Thu, 26 May 2005 14:43:22 +0000 (14:43 +0000)
committerenk <enk@opencascade.com>
Thu, 26 May 2005 14:43:22 +0000 (14:43 +0000)
where was incorrect update of labels colors

src/VISUGUI/VisuGUI_CubeAxesDlg.cxx

index 46fe1073b8869269124daf31129dcf77011ec163..e0589924a3bec32cdae71c41ca5dee474a22a3af 100755 (executable)
@@ -363,6 +363,7 @@ bool VisuGUI_AxisWg::Apply( vtkAxisActor2D* theActor )
     aLabelsProp->SetItalic( isLabelsItalic ? 1 : 0 );\r
     aLabelsProp->SetShadow( isLabelsShadow ? 1 : 0 );\r
 \r
+    aLabelsProp->Modified();\r
     theActor->SetLabelTextProperty( aLabelsProp );\r
   }\r
 \r
@@ -372,7 +373,7 @@ bool VisuGUI_AxisWg::Apply( vtkAxisActor2D* theActor )
   int aTickLength = myTickLength->text().toInt( &isOk );\r
   if ( isOk )\r
     theActor->SetTickLength( aTickLength );\r
-\r
+  \r
   return true;\r
 }\r
 \r
@@ -523,6 +524,7 @@ bool VisuGUI_CubeAxesDlg::onApply()
     isOk = isOk && myAxes[ 1 ]->Apply( anActor->GetYAxisActor2D() );\r
     isOk = isOk && myAxes[ 2 ]->Apply( anActor->GetZAxisActor2D() );\r
 \r
+    \r
     //anActor->SetXLabel( myAxes[ 0 ]->myAxisName->text() );\r
     //anActor->SetYLabel( myAxes[ 1 ]->myAxisName->text() );\r
     //anActor->SetZLabel( myAxes[ 2 ]->myAxisName->text() );\r