Summary: | Can't change the color (or other attributes) of axis numbers | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Matthew Truch <matt> |
Component: | general | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 1.x | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Matthew Truch
2006-10-04 00:36:52 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); } |