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

[XaraXtreme-commits] Commit Complete



Commit by  : alex
Repository : xara
Revision   : 1403
Date       : Tue Jul  4 16:21:00 BST 2006

Changed paths:
   M /Trunk/XaraLX/Kernel/rechtext.cpp

MW's fix to word wrap


Diff:
Index: Trunk/XaraLX/Kernel/rechtext.cpp
===================================================================
--- Trunk/XaraLX/Kernel/rechtext.cpp	(revision 1402)
+++ Trunk/XaraLX/Kernel/rechtext.cpp	(revision 1403)
@@ -556,7 +556,7 @@
 // This is to prevent text stories overflowing when a font has been substituted.
 // It was decided that it is better for each individual line to extend past the format width, rather than
 // letting the story potentially create extra lines due to formatting width characters into the same width
-#if defined(EXCLUDE_FROM_RALPH) || defined(EXCLUDE_FROM_XARALX)
+#if defined(EXCLUDE_FROM_RALPH)
 		WordWrapOn = FALSE;
 #endif
 


Xara