From: Harald O. <Har...@El...> - 2009-07-23 08:33:03
|
Hello BWidget community, Koen Danckaert proposes in BWidget patch 2825354 to revert a modification on the tree widget (tree.tcl). Issue: Old (and proposed behaviour) : - there is a vertical line from the top of the widget to the first node ASCII-Arts: +---- <- Tree Widget border | | <- this line is the issue | +--Node 1 | | | +--Node 2 Current behaviour: - this line is not present Login entry to current behaviour: 2004-04-21 Jeff Hobbs <je...@Ac...> * tree.tcl (_draw_subnodes): Adjust the drawing of the line to the first root node to start at the vertical point (not go up). Addiditional explanation by Jeff: The reason I made that change was to be visually compatible with Windows (older style, as new style is no lines) when you actually have sub-nodes (the [+] and [-] indicators). The line to the top is then inconsistent with the way others draw. You could try and make that check contingent on whether subnodes exist, but I think that may seem odd. --- Please write your opinion. Thank you, Harald |