r14801 by fschmid - Fixed Bug #8831: "Image option "fit to frame" is not always followed"
scribus-commit
scribus-commit at lists.scribus.net
Tue Feb 23 23:30:36 CET 2010
Revision: 14801
Author: fschmid
Date: 2010-02-23T22:21:53.988322Z
Commit message: Fixed Bug #8831: "Image option "fit to frame" is not always followed"
Changeset:
M /trunk/Scribus/scribus/pageitem.cpp
Diffs:
Index: scribus/pageitem.cpp
===================================================================
--- scribus/pageitem.cpp (revision 14800)
+++ scribus/pageitem.cpp (revision 14801)
@@ -5384,7 +5384,6 @@
oldLocalScY = LocalScY = 72.0 / yres;
oldLocalX = LocalX = 0;
oldLocalY = LocalY = 0;
-
if ((m_Doc->itemToolPrefs.imageUseEmbeddedPath) && (!pixm.imgInfo.clipPath.isEmpty()))
{
pixm.imgInfo.usedPath = pixm.imgInfo.clipPath;
@@ -5439,6 +5438,7 @@
}
else
IProfile = pixm.imgInfo.profileName;
+ AdjustPictScale();
}
if (PictureIsAvailable && !fromCache)
{
More information about the scribus-commit
mailing list