X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5523df9f4b4fae15ab3f60b9f7bd11202e237f81..42f8298f6f42d5d63bb3caf65682b7d9d9f8b702:/wxPython/demo/LayoutAnchors.py diff --git a/wxPython/demo/LayoutAnchors.py b/wxPython/demo/LayoutAnchors.py index a15f34f6c1..aaa4dc8a19 100644 --- a/wxPython/demo/LayoutAnchors.py +++ b/wxPython/demo/LayoutAnchors.py @@ -40,7 +40,8 @@ class AnchorsDemoFrame(wx.Frame): self.mainPanel = wx.Panel( size=(320, 160), parent=self, id=ID_ANCHORSDEMOFRAMEMAINPANEL, name='panel1', - style=wx.TAB_TRAVERSAL | wx.CLIP_CHILDREN, + style=wx.TAB_TRAVERSAL | wx.CLIP_CHILDREN + | wx.FULL_REPAINT_ON_RESIZE, pos=(0, 0) )