More minor demo fixes and updates for Py3, Phoenix, etc.

This commit is contained in:
Robin Dunn
2016-08-10 15:56:04 -07:00
parent 9fe03f7570
commit 9d5e743e50
9 changed files with 67 additions and 95 deletions

View File

@@ -32,7 +32,6 @@ class TestPanel(wx.Panel):
bmp = images.Robin.GetBitmap()
StaticBitmap(self, -1, bmp, (80, 150))
StaticText(self, -1, "Hey, if Ousterhout can do it, so can I.", (200, 175))
#----------------------------------------------------------------------