[Kst] [Bug 125888] printing does not correctly handle legend curve width
Andrew Walker
arwalker at sumusltd.com
Fri May 12 21:50:12 CEST 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=125888
arwalker sumusltd com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From arwalker sumusltd com 2006-05-12 21:50 -------
SVN commit 540265 by arwalker:
BUG:125888 Honour the selected maximum line width. Nicolas, I believe this fixes your problem. If not please enter a new bug report as this one is beginning to sprawl into multiple unrelated topics.
M +1 -1 kstcurvedifferentiate_i.cpp
--- trunk/extragear/graphics/kst/src/libkstapp/kstcurvedifferentiate_i.cpp #540264:540265
@ -282,7 +282,7 @
maxSequences++;
}
if (_lineWidthOrder > -1) {
- _lineWidthSeq.setRange(1, KSTLINEWIDTH_MAX);
+ _lineWidthSeq.setRange(1, _maxLineWidth);
_seqVect.insert(_lineWidthOrder, &_lineWidthSeq);
maxSequences++;
}
More information about the Kst
mailing list