Some updates and fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2000-02-13 06:01:58 +00:00
parent f97c9b5bf2
commit 854862f58d
10 changed files with 32 additions and 17 deletions

View File

@@ -770,6 +770,7 @@ class wxMVCTree(wxScrolledWindow):
EVT_KEY_DOWN(self, self.OnKeyDown)
self.doubleBuffered = true
def Refresh(self):
if self.doubleBuffered:
self.painter.ClearBuffer()