View Issue Details

IDProjectCategoryView StatusLast Update
0007429ScribusGraphics / Image Framespublic2008-10-26 21:10
ReporterBAlpha Assigned Tofschmid  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Platformi686OSFedora LinuxOS Version9
Product Version1.3.5svn 
Target Version1.3.5Fixed in Version1.3.5svn 
Summary0007429: Properties palette shows wrong image settings (scale etc.) when object is reselected
DescriptionThe attached patch seems to fix this. Note, however, that setScaleAndOffset is now being called twice, which may be unnecessary (this, btw., is already the case for setXY).
TagsNo tags attached.
Patch

Activities

2008-09-26 11:19

 

propertiespalette.cpp.patch (362 bytes)   
--- propertiespalette.cpp.orig	2008-09-26 13:11:54.000000000 +0200
+++ propertiespalette.cpp	2008-09-26 12:57:25.000000000 +0200
@@ -2140,6 +2140,7 @@
 		}
 	}
 	setXY(CurItem->xPos(), CurItem->yPos());
+	setScaleAndOffset(i->imageXScale(), i->imageYScale(), i->imageXOffset(), i->imageYOffset());
 
 	DoGroup->setEnabled(false);
 	DoUnGroup->setEnabled(false);
propertiespalette.cpp.patch (362 bytes)   

Issue History

Date Modified Username Field Change
2008-09-26 11:19 BAlpha New Issue
2008-09-26 11:19 BAlpha File Added: propertiespalette.cpp.patch
2008-09-26 13:03 jghali Status new => confirmed
2008-09-26 13:04 jghali Target Version => 1.3.5
2008-09-26 20:07 cbradney Status confirmed => assigned
2008-09-26 20:07 cbradney Assigned To => fschmid
2008-09-27 08:22 fschmid Status assigned => resolved
2008-09-27 08:22 fschmid Fixed in Version => 1.3.5svn
2008-09-27 08:22 fschmid Resolution open => fixed
2008-10-26 21:10 cbradney Status resolved => closed
2015-09-17 20:10 Kunda Category Graphics / Image Frames => Graphics/Img Frames
2015-09-17 20:11 Kunda Category Graphics/Img Frames => Graphics / Image Frames