r13812 by jghali - #8137, broken vector import : revert commit r13807 which break all vector import plugins

scribus-commit scribus-commit at lists.scribus.net
Wed Aug 5 20:00:18 CEST 2009


Revision: 13812
Author: jghali
Date: 2009-08-05T17:59:33.847728Z
Commit message: #8137, broken vector import : revert commit r13807 which break all vector import plugins

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

Diffs:
Index: scribus/pageitem.cpp
===================================================================
--- scribus/pageitem.cpp	(revision 13811)
+++ scribus/pageitem.cpp	(revision 13812)
@@ -532,7 +532,6 @@
 	if (drawingOnly || m_Doc->isLoading())
 		return;
 	checkChanges();
-	updateClip();
 	emit position(Xpos, Ypos);
 }
 
@@ -542,7 +541,6 @@
 	if (drawingOnly || m_Doc->isLoading())
 		return;
 	checkChanges();
-	updateClip();
 	emit position(Xpos, Ypos);
 }
 
@@ -553,7 +551,6 @@
 	if (drawingOnly || m_Doc->isLoading())
 		return;
 	checkChanges();
-	updateClip();
 	emit position(Xpos, Ypos);
 }
 
@@ -569,7 +566,6 @@
 	if (drawingOnly || m_Doc->isLoading())
 		return;
 	checkChanges();
-	updateClip();
 	emit position(Xpos, Ypos);
 }
 
@@ -578,7 +574,6 @@
 	Width = newWidth;
 	updateConstants();
 	checkChanges();
-	updateClip();
 	emit widthAndHeight(Width, Height);
 }
 
@@ -587,7 +582,6 @@
 	Height = newHeight;
 	updateConstants();
 	checkChanges();
-	updateClip();
 	emit widthAndHeight(Width, Height);
 }
 
@@ -599,7 +593,6 @@
 	if (drawingOnly)
 		return;
 	checkChanges();
-	updateClip();
 	emit widthAndHeight(Width, Height);
 }
 
@@ -609,7 +602,6 @@
 	Height = newHeight;
 	updateConstants();
 	checkChanges();
-	updateClip();
 	emit widthAndHeight(Width, Height);
 }
 
@@ -623,7 +615,6 @@
 		Height+=dW;
 	updateConstants();
 	checkChanges();
-	updateClip();
 	emit widthAndHeight(Width, Height);
 }
 
@@ -5087,7 +5078,6 @@
 
 QRect PageItem::getRedrawBounding(const double viewScale)
 {
-	setRedrawBounding();
 	int x = qRound(floor(BoundingX - Oldm_lineWidth / 2.0 - 5) * viewScale);
 	int y = qRound(floor(BoundingY - Oldm_lineWidth / 2.0 - 5) * viewScale);
 	int w = qRound(ceil(BoundingW + Oldm_lineWidth + 10) * viewScale);




More information about the scribus-commit mailing list