[wxPython-users] CustomTreeCtrl drawing error when using wx.TR_LINES_AT_ROOT

Andrea Gavana andrea.gavana at gmail.com
Mon Apr 2 11:36:16 PDT 2007


Hi Robin,

On 4/2/07, Robin Dunn wrote:
> 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.

Uhm, I did as usual using TortoiseCVS... and I didn't change anything
in the meanwhile. Do you mean that also the other patches I sent in
the past had this problem? If so, maybe you could suggest me another
CVS-thing that works on Windows and creates patches in that way :-(

Andrea.

"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.virgilio.it/infinity77/




More information about the wxpython-users mailing list