Change StockCursor to Cursor

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2013-06-13 07:13:34 +00:00
parent c3d5fdef81
commit a0b6588337

View File

@@ -46,7 +46,7 @@ class DragScroller:
raise Exception, 'No ScrollWindow defined'
self.pos = pos
self.scrollwin.SetCursor(wx.StockCursor(wx.CURSOR_SIZING))
self.scrollwin.SetCursor(wx.Cursor(wx.CURSOR_SIZING))
if not self.scrollwin.HasCapture():
self.scrollwin.CaptureMouse()