CustomTreeCtrl drawing error when using wx.TR_LINES_AT_ROOT

Hi Andrea,

In the attached example the line that connects the root items is
sometimes drawn as a solid line. Shouldn't it always be drawn as
stippled line? (Windows XP/Python 2.5/wxPython 2.8.3)

Cheers, Frank

ct.py (589 Bytes)

Andrea Gavana wrote:

Hi Robin,

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?

I don't remember for sure, but I expect that they were in the unified format, or at least that I didn't try to read them first.

If so, maybe you could suggest me another
CVS-thing that works on Windows and creates patches in that way :frowning:

I haven't used TortoiseCVS in a long time, but I seem to recall that they have options that can be set somewhere for the style of diff that they do. If not then they do include a command-line version of CVS and you can just do it from a command-line prompt like this:

cd wxPython
cvs diff -u wx/lib/customtreectrl.py > mychanges.patch

ยทยทยท

On 4/2/07, Robin Dunn wrote:

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!