Bug 135069 - Can't change the color (or other attributes) of axis numbers
Summary: Can't change the color (or other attributes) of axis numbers
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: Fedora RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-04 00:36 UTC by Matthew Truch
Modified: 2006-11-02 04:00 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Truch 2006-10-04 00:36:52 UTC
Version:           1.3.0 (using KDE KDE 3.5.4)
Installed from:    Fedora RPMs
OS:                Linux

The axis numbers are always black.  If you set up a plot where the background is some color other than white (black for example) it may be hard (or impossible) to read the axis numbers. 

The ability to change the numbers color would be useful.
Comment 1 Netterfield 2006-11-02 04:00:24 UTC
SVN commit 601099 by netterfield:

BUG: 135069
Make foreground color apply to plot labels



 M  +2 -0      kstplotlabel.cpp  


--- trunk/extragear/graphics/kst/src/libkstapp/kstplotlabel.cpp #601098:601099
@@ -157,6 +157,8 @@
   p.translate(tx, ty);
   p.rotate(_rotation);
 
+  rc.pen = p.pen();
+
   if (lp && lp->chunk) {
     renderLabel(rc, lp->chunk);
   }