r14698 by fschmid - Fixed the issue that the frame of a textframe was drawn at the wrong place.
scribus-commit
scribus-commit at lists.scribus.net
Sat Feb 13 00:10:18 CET 2010
Revision: 14698
Author: fschmid
Date: 2010-02-12T23:04:17.070496Z
Commit message: Fixed the issue that the frame of a textframe was drawn at the wrong place.
Changeset:
M /trunk/Scribus/scribus/pageitem_textframe.cpp
Diffs:
Index: scribus/pageitem_textframe.cpp
===================================================================
--- scribus/pageitem_textframe.cpp (revision 14697)
+++ scribus/pageitem_textframe.cpp (revision 14698)
@@ -2816,6 +2816,9 @@
{
ScribusView* view = m_Doc->view();
p->save();
+ if (!isEmbedded)
+ p->translate(Xpos, Ypos);
+ p->rotate(Rot);
if ((!isEmbedded) && (!m_Doc->RePos))
{
// added to prevent fat frame outline due to antialiasing and considering you canât pass a cosmetic pen to scpainter - pm
More information about the scribus-commit
mailing list