r15055 by jghali - fix small regression related to drop caps
scribus-commit
scribus-commit at lists.scribus.net
Fri May 7 23:00:23 CEST 2010
Revision: 15055
Author: jghali
Date: 2010-05-07T20:55:20.124278Z
Commit message: fix small regression related to drop caps
Changeset:
M /branches/Version135/Scribus/scribus/pageitem_textframe.cpp
Diffs:
Index: scribus/pageitem_textframe.cpp
===================================================================
--- scribus/pageitem_textframe.cpp (revision 15054)
+++ scribus/pageitem_textframe.cpp (revision 15055)
@@ -356,6 +356,7 @@
lineCorr = lCorr;
frameWidth = w;
frameHeight = h;
+ hasDropCap = false;
}
/// start at column 0
@@ -388,7 +389,6 @@
*/
void startLine(int first)
{
- hasDropCap = false;
itemsInLine = 0;
line.x = xPos;
line.y = yPos;
More information about the scribus-commit
mailing list