Remove deprecated style 'TB_3DBUTTONS' from ShortcutEditor

This commit is contained in:
Gary Geng
2020-09-07 10:47:21 -05:00
parent bfb335672e
commit 5e98a91793

View File

@@ -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)