Fix cursor
This commit is contained in:
parent
ed8d76227e
commit
3b2ef77d8e
@ -310,4 +310,6 @@ if __name__ == '__main__':
|
|||||||
frame = PaintFrame()
|
frame = PaintFrame()
|
||||||
frame.Show()
|
frame.Show()
|
||||||
frame.ShowFullScreen(True, wx.FULLSCREEN_ALL)
|
frame.ShowFullScreen(True, wx.FULLSCREEN_ALL)
|
||||||
|
cursor = wx.StockCursor(wx.CURSOR_PENCIL)
|
||||||
|
frame.SetCursor(cursor)
|
||||||
app.MainLoop()
|
app.MainLoop()
|
||||||
|
Loading…
Reference in New Issue
Block a user