Fix bug with fullscreen
This commit is contained in:
parent
907a22755e
commit
ed8d76227e
@ -308,5 +308,6 @@ class PaintFrame(wx.Frame):
|
||||
if __name__ == '__main__':
|
||||
app = wx.App()
|
||||
frame = PaintFrame()
|
||||
frame.Show()
|
||||
frame.ShowFullScreen(True, wx.FULLSCREEN_ALL)
|
||||
app.MainLoop()
|
||||
|
Loading…
Reference in New Issue
Block a user