[Kst] extragear/graphics/kst/kst

Rick Chern rchern at interchange.ubc.ca
Tue May 31 19:12:41 CEST 2005


SVN commit 420256 by rchern:

Update the rotation spinboxes in the plot dialog

 M  +2 -0      kstplotdialog_i.cpp  


--- trunk/extragear/graphics/kst/kst/kstplotdialog_i.cpp #420255:420256
@@ -411,6 +411,8 @@
     setMajorSpacing(_yMajorTickSpacing, plot->yMajorTicks());
 
     NumberFontSize->setValue(plot->XTickLabel->size());
+    _spinBoxXAngle->setValue((int)plot->XTickLabel->rotation());
+    _spinBoxYAngle->setValue((int)plot->YTickLabel->rotation());
 
     XAxisText->setText(plot->XLabel->text());
     XLabelFontSize->setValue(plot->XLabel->size());


More information about the Kst mailing list