[Kst] extragear/graphics/kst/src/libkstapp
Andrew Walker
arwalker at sumusltd.com
Fri May 12 21:50:05 CEST 2006
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