r14208 by fschmid - Reset the state of the scpainter to ScPainter::Solid after drawing strokes.

scribus-commit scribus-commit at lists.scribus.net
Wed Oct 21 19:15:38 CEST 2009


Revision: 14208
Author: fschmid
Date: 2009-10-21T14:20:48.077368Z
Commit message: Reset the state of the scpainter to ScPainter::Solid after drawing strokes.

Changeset: 
M  /trunk/Scribus/scribus/pageitem.cpp

Diffs:
Index: scribus/pageitem.cpp
===================================================================
--- scribus/pageitem.cpp	(revision 14207)
+++ scribus/pageitem.cpp	(revision 14208)
@@ -1310,6 +1310,8 @@
 			}
 		}
 	}
+	p->setFillMode(ScPainter::Solid);
+	p->setStrokeMode(ScPainter::Solid);
 	if ((!isEmbedded) && (!m_Doc->RePos))
 	{
 		double aestheticFactor(5.0);




More information about the scribus-commit mailing list