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

[XaraXtreme-commits] Commit Complete



Commit by  : luke
Repository : xara
Revision   : 1671
Date       : Fri Aug  4 16:56:14 BST 2006

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

Fix the drag to 'not entry' area cursor issue


Diff:
Index: Trunk/XaraLX/wxOil/dragmgr.cpp
===================================================================
--- Trunk/XaraLX/wxOil/dragmgr.cpp	(revision 1670)
+++ Trunk/XaraLX/wxOil/dragmgr.cpp	(revision 1671)
@@ -112,6 +112,7 @@
 //#include "oilcoord.h" - in camtypes.h [AUTOMATICALLY REMOVED]
 #include "camframe.h"
 //#include "cursor.h" - in camtypes.h [AUTOMATICALLY REMOVED]
+#include "csrstack.h"
 #include "gbrush.h"
 #include "grndrgn.h"
 
@@ -192,6 +193,8 @@
 			{
 				TRACEUSER("Gerry", _T("Capture released"));
 			}
+
+			CursorStack::GSetActive();
 		}
 		else
 		{


Xara