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

[XaraXtreme-commits] Commit Complete



Commit by  : luke
Repository : xara
Revision   : 893
Date       : Wed Apr 26 14:34:11 BST 2006

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

Stab-in-dark attempt to fix build failure


Diff:
Index: Trunk/XaraLX/Kernel/ngsetop.cpp
===================================================================
--- Trunk/XaraLX/Kernel/ngsetop.cpp	(revision 892)
+++ Trunk/XaraLX/Kernel/ngsetop.cpp	(revision 893)
@@ -202,9 +202,8 @@
 
 void OpSelectUnionSets::Do(OpDescriptor*)
 {
-	SelectUnionScan(KeyPress::IsGalleryCtrlPressed()
-						? SelectUnionScan::DESELECT
-						: SelectUnionScan::SELECT_EXCLUSIVE).Scan();
+	SelectUnionScan(KeyPress::IsGalleryCtrlPressed() ? SelectUnionScan::DESELECT : 
+		SelectUnionScan::SELECT_EXCLUSIVE).Scan();
 	End();
 }
 


Xara