X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9513c5b609740c15322f2284e5e8b9609eeaa069..535ffb932aa6cd4db430e1b3740cfa51ae2421aa:/wxPython/wx/py/editor.py?ds=sidebyside diff --git a/wxPython/wx/py/editor.py b/wxPython/wx/py/editor.py index 671ede9e0b..be2f521b9c 100644 --- a/wxPython/wx/py/editor.py +++ b/wxPython/wx/py/editor.py @@ -365,7 +365,7 @@ class EditorNotebook(wx.Notebook): def __init__(self, parent): """Create EditorNotebook instance.""" - wx.Notebook.__init__(self, parent, id=-1, style=wx.NO_FULL_REPAINT_ON_RESIZE) + wx.Notebook.__init__(self, parent, id=-1, style=wx.CLIP_CHILDREN) wx.EVT_NOTEBOOK_PAGE_CHANGING(self, self.GetId(), self.OnPageChanging) wx.EVT_NOTEBOOK_PAGE_CHANGED(self, self.GetId(),