r15517 by fschmid - Fixed crash when using "Path-Finder" operations.
scribus-commit
scribus-commit at lists.scribus.net
Sun Oct 10 13:05:37 CEST 2010
Author: fschmid
Date: Sun Oct 10 11:05:36 2010
New Revision: 15517
URL: http://scribus.info/websvn/listing.php?repname=Scribus&sc=1&rev=15517
Log:
Fixed crash when using "Path-Finder" operations.
Modified:
trunk/Scribus/scribus/pageitem.cpp
Modified: trunk/Scribus/scribus/pageitem.cpp
URL: http://scribus.info/websvn/diff.php?repname=Scribus&rev=15517&path=/trunk/Scribus/scribus/pageitem.cpp
==============================================================================
--- trunk/Scribus/scribus/pageitem.cpp (original)
+++ trunk/Scribus/scribus/pageitem.cpp Sun Oct 10 11:05:36 2010
@@ -114,6 +114,9 @@
GrCol3Shade(other.GrCol3Shade),
GrCol4Shade(other.GrCol4Shade),
meshGradientArray(other.meshGradientArray),
+ selectedMeshPointX(other.selectedMeshPointX),
+ selectedMeshPointY(other.selectedMeshPointY),
+ selectedMeshControlPoint(other.selectedMeshControlPoint),
Cols(other.Cols),
ColGap(other.ColGap),
PLineArt(other.PLineArt),
More information about the scribus-commit
mailing list