Revision: 5006
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5006&view=rev
Author:   dsdale
Date:     2008-03-19 07:36:57 -0700 (Wed, 19 Mar 2008)

Log Message:
-----------
fix cursor mapping in backend_qt4

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/backends/backend_qt4.py

Modified: trunk/matplotlib/lib/matplotlib/backends/backend_qt4.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/backends/backend_qt4.py     2008-03-19 
13:13:05 UTC (rev 5005)
+++ trunk/matplotlib/lib/matplotlib/backends/backend_qt4.py     2008-03-19 
14:36:57 UTC (rev 5006)
@@ -21,8 +21,8 @@
 DEBUG = False
 
 cursord = {
-    cursors.MOVE          : QtCore.Qt.PointingHandCursor,
-    cursors.HAND          : QtCore.Qt.WaitCursor,
+    cursors.MOVE          : QtCore.Qt.SizeAllCursor,
+    cursors.HAND          : QtCore.Qt.PointingHandCursor,
     cursors.POINTER       : QtCore.Qt.ArrowCursor,
     cursors.SELECT_REGION : QtCore.Qt.CrossCursor,
     }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to