From 5e98a917935e4e2908f21fbc67ff9adbc7c79edd Mon Sep 17 00:00:00 2001 From: Gary Geng Date: Mon, 7 Sep 2020 10:47:21 -0500 Subject: [PATCH] Remove deprecated style 'TB_3DBUTTONS' from ShortcutEditor --- wx/lib/agw/shortcuteditor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wx/lib/agw/shortcuteditor.py b/wx/lib/agw/shortcuteditor.py index 88def298..642047f9 100644 --- a/wx/lib/agw/shortcuteditor.py +++ b/wx/lib/agw/shortcuteditor.py @@ -946,7 +946,7 @@ class HTMLHelpWindow(wx.Frame): self.htmlFile = htmlFile - toolbar = self.CreateToolBar(wx.TB_HORIZONTAL|wx.TB_FLAT|wx.TB_TEXT|wx.TB_3DBUTTONS) + toolbar = self.CreateToolBar(wx.TB_HORIZONTAL|wx.TB_FLAT|wx.TB_TEXT) self.BuildToolBar(toolbar) self.html = wx.html.HtmlWindow(self, style=wx.SUNKEN_BORDER)