X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/095315e20d117d292ea01f8f964b19c032a0fd56..57d0f66a02c560a1d7c772c1272aedd03eb709ea:/wxPython/demo/ToolBar.py diff --git a/wxPython/demo/ToolBar.py b/wxPython/demo/ToolBar.py index 750ae637f4..69e438d2d5 100644 --- a/wxPython/demo/ToolBar.py +++ b/wxPython/demo/ToolBar.py @@ -18,7 +18,7 @@ class TestToolBar(wx.Frame): tb = self.CreateToolBar( wx.TB_HORIZONTAL | wx.NO_BORDER | wx.TB_FLAT - | wx.TB_TEXT + #| wx.TB_TEXT ) # Here's a 'simple' toolbar example, and how to bind it using SetToolBar()