r14213 by fschmid - Fixed the issue that the stroke gradient was lost when converting item types.
scribus-commit
scribus-commit at lists.scribus.net
Thu Oct 22 20:00:31 CEST 2009
Revision: 14213
Author: fschmid
Date: 2009-10-22T14:57:09.097460Z
Commit message: Fixed the issue that the stroke gradient was lost when converting item types.
Changeset:
M /trunk/Scribus/scribus/pageitem.cpp
Diffs:
Index: scribus/pageitem.cpp
===================================================================
--- scribus/pageitem.cpp (revision 14212)
+++ scribus/pageitem.cpp (revision 14213)
@@ -248,6 +248,7 @@
patternStrokeOffsetY(other.patternStrokeOffsetY),
patternStrokeRotation(other.patternStrokeRotation),
gradientStrokeVal(other.gradientStrokeVal),
+ stroke_gradient(other.stroke_gradient),
GrTypeStroke(other.GrTypeStroke),
GrStrokeStartX(other.GrStrokeStartX),
GrStrokeStartY(other.GrStrokeStartY),
More information about the scribus-commit
mailing list