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

[XaraXtreme-commits] Commit Complete



Commit by  : alex
Repository : xara
Revision   : 1370
Date       : Mon Jun 26 18:22:04 BST 2006

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

restore hourglass in transformations


Diff:
Index: Trunk/XaraLX/Kernel/transop.cpp
===================================================================
--- Trunk/XaraLX/Kernel/transop.cpp	(revision 1369)
+++ Trunk/XaraLX/Kernel/transop.cpp	(revision 1370)
@@ -109,7 +109,7 @@
 //#include "ink.h" - in camtypes.h [AUTOMATICALLY REMOVED]
 //#include "spread.h" - in camtypes.h [AUTOMATICALLY REMOVED]
 #include "layer.h"
-//#include "progress.h"
+#include "progress.h"
 #include "selector.h"
 #include "objchge.h"
 #include "keypress.h"
@@ -1930,8 +1930,7 @@
 		return FALSE;
 
 	// Ideally we should put the hourglass on here, it will be turned off in the End method
-PORTNOTE("other", "Use of BeginSlowJob removed in TransOperation::CompleteTransformation()");
-//	BeginSlowJob();
+	BeginSlowJob();
 
 	// Set the flags in the transform according to the flags set here
 	Trans->TransFills = TransFills;


Xara