Merge tag 'wxPython-4.0.2' into wxPy-4.0.x

(cherry picked from commit 4c56c39e52)
This commit is contained in:
Robin Dunn
2018-06-17 21:32:08 -07:00
parent 9221cbef4b
commit b77c88a280
298 changed files with 450 additions and 332 deletions

View File

@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 1-June-2012
# Copyright: (c) 2012-2017 by Total Control Software
# Copyright: (c) 2012-2018 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
@@ -169,4 +169,4 @@ if __name__ == '__main__':
app = wx.App(False)
frm = TestFrame(None)
frm.Show()
app.MainLoop()
app.MainLoop()