[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

[XaraXtreme-commits] Commit Complete



Commit by  : alex
Repository : xara
Revision   : 1571
Date       : Thu Jul 27 16:18:29 BST 2006

Changed paths:
   M /Trunk/XaraLX/wxOil/osrndrgn.cpp

Comment out check that seems to do no good per bz991


Diff:
Index: Trunk/XaraLX/wxOil/osrndrgn.cpp
===================================================================
--- Trunk/XaraLX/wxOil/osrndrgn.cpp	(revision 1570)
+++ Trunk/XaraLX/wxOil/osrndrgn.cpp	(revision 1571)
@@ -735,7 +735,8 @@
 
 //	ENSURE(OSClipRect.top >= 0, "Blobby!");
 
-	ERROR3IF((OSClipRect.x < 0) || (OSClipRect.y < 0), "OSRenderRegion::InitClipping bad clip");
+//	This line commented out by Alex, to fix Bugzilla #991, per Neil, Gavin
+//	ERROR3IF((OSClipRect.x < 0) || (OSClipRect.y < 0), "OSRenderRegion::InitClipping bad clip");
 
 	// we can't clip within a metafile, but we can set the origin & extent based on it
 //	if (RFlags.Metafile)


Xara