[wxPython-users] CustomTreeCtrl drawing error when using
wx.TR_LINES_AT_ROOT
Robin Dunn
robin at alldunn.com
Mon Apr 2 11:29:46 PDT 2007
Andrea Gavana wrote:
> You are right. I am attaching a patch against CVS that fixes this
> problem, and also fix all the instances of:
>
> self.ProcessEvent(event)
>
> They are converted to:
>
> self.GetEventHandler().ProcessEvent(event)
>
> As per this discussion on wx-dev:
>
> http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?5:mss:85344:200704:aneiilcghkedeifmdoea
>
>
> Robin, do you think it will cause any trouble this last modification?
>
It should be fine.
In the future please use the unified diff format for your patches. They
are much easier to read, and to manually apply if the patch program gets
confused.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list