diff --git a/wx/lib/multisash.py b/wx/lib/multisash.py index 9e767b8d..3629b98e 100644 --- a/wx/lib/multisash.py +++ b/wx/lib/multisash.py @@ -698,6 +698,7 @@ class EmptyChild(wx.Window): #---------------------------------------------------------------------- +# TODO: Switch to wx.Overlay instead of screen DC def DrawSash(win,x,y,direction): dc = wx.ScreenDC()