Treeview branches bugfix

hi

juce_TreeView.cpp (970) :

g.drawLine (x, halfH, x + halfH, halfH);

->

g.drawLine (x, halfH, x + indentWidth / 2, halfH);

Ah yes, that’s what I meant! Thanks!