]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/ComboCtrl.py
Updated build files.
[wxWidgets.git] / wxPython / demo / ComboCtrl.py
index 81b89c022cb01912e1553a9e1958be9c8700a87d..d12ff37dc524d5af35fd90dd2157c4742dd4693b 100644 (file)
@@ -423,7 +423,6 @@ class TestPanel(wx.Panel):
         fgs.Add(cc)
         fgs.Add((10,10))
         fgs.Add(wx.StaticText(self, -1, "Custom popup action, and custom button bitmap"))
-        
 
         box = wx.BoxSizer()
         box.Add(fgs, 1, wx.EXPAND|wx.ALL, 20)