r15056 by jghali - fix small regression related to drop caps

scribus-commit scribus-commit at lists.scribus.net
Fri May 7 23:00:41 CEST 2010


Revision: 15056
Author: jghali
Date: 2010-05-07T20:55:44.043448Z
Commit message: fix small regression related to drop caps

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

Diffs:
Index: scribus/pageitem_textframe.cpp
===================================================================
--- scribus/pageitem_textframe.cpp	(revision 15055)
+++ scribus/pageitem_textframe.cpp	(revision 15056)
@@ -355,6 +355,7 @@
 		lineCorr = lCorr;
 		frameWidth = w;
 		frameHeight = h;
+		hasDropCap = false;
 	}
 	
 	/// start at column 0
@@ -387,7 +388,6 @@
 	 */
 	void startLine(int first)
 	{
-		hasDropCap = false;
 		itemsInLine = 0;
 		line.x = xPos;
 		line.y = yPos;




More information about the scribus-commit mailing list