[Kst] [Bug 120325] Default curve width in kst settings

Andrew Walker arwalker at sumusltd.com
Thu Mar 23 02:24:07 CET 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=120325         




------- Additional Comments From arwalker sumusltd com  2006-03-23 02:24 -------
SVN commit 521637 by arwalker:

CCBUG:120325 Set default line weight in curve appearance widget. Still need to set in data wizard and possibly other places where curves can be created without going through the UI.

 M  +1 -1      curveappearancewidget.ui.h  


--- trunk/extragear/graphics/kst/src/widgets/curveappearancewidget.ui.h #521636:521637
 @ -139,7 +139,7  @
     _showBars->setChecked(false);
     _barStyle->setCurrentItem(1);
     _color->setColor(newColor);
-    _spinBoxLineWidth->setValue(0);
+    _spinBoxLineWidth->setValue(KstSettings::globalSettings()->defaultLineWeight);
     _comboPointDensity->setCurrentItem(0);
     fillLineStyleCombo();
     fillCombo();


More information about the Kst mailing list