]> git.saurik.com Git - wxWidgets.git/commitdiff
Don't bypass the bacground erase anymore
authorRobin Dunn <robin@alldunn.com>
Mon, 16 May 2005 20:14:24 +0000 (20:14 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 16 May 2005 20:14:24 +0000 (20:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/SplitTree.py

index 07884d944545612a9097f3730d1b14f4dd1eca24..bf88d3a60d9dada4aa8555cbb41706cd7fa232c3 100644 (file)
@@ -48,10 +48,6 @@ class TestValueWindow(gizmos.TreeCompanionWindow):
     def __init__(self, parent, style=0):
         gizmos.TreeCompanionWindow.__init__(self, parent, -1, style=style)
         self.SetBackgroundColour("WHITE")
-        self.Bind(wx.EVT_ERASE_BACKGROUND, self.OEB)
-
-    def OEB(self, evt):
-        pass
 
     # This method is called to draw each item in the value window
     def DrawItem(self, dc, itemId, rect):