Merge pull request #1790 from evilnose/fix-issue1788

Remove deprecated style 'TB_3DBUTTONS' from ShortcutEditor
This commit is contained in:
Robin Dunn
2020-09-10 13:35:53 -07:00
committed by GitHub

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)