git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27792
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
def __init__(self, parent):
"""Create EditorNotebook instance."""
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(),
wx.EVT_NOTEBOOK_PAGE_CHANGING(self, self.GetId(),
self.OnPageChanging)
wx.EVT_NOTEBOOK_PAGE_CHANGED(self, self.GetId(),