mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 11:30:06 +01:00
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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user