Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2d727 commit eac15d2Copy full SHA for eac15d2
1 file changed
lib/matplotlib/backends/backend_qt4.py
@@ -21,8 +21,8 @@ def fn_name(): return sys._getframe(1).f_code.co_name
21
DEBUG = False
22
23
cursord = {
24
- cursors.MOVE : QtCore.Qt.PointingHandCursor,
25
- cursors.HAND : QtCore.Qt.WaitCursor,
+ cursors.MOVE : QtCore.Qt.SizeAllCursor,
+ cursors.HAND : QtCore.Qt.PointingHandCursor,
26
cursors.POINTER : QtCore.Qt.ArrowCursor,
27
cursors.SELECT_REGION : QtCore.Qt.CrossCursor,
28
}
0 commit comments