Patch for collapsing multiple treeview levels.

Discuss development issues and submit patches here
Post Reply
ajs
Posts: 409
Joined: Mon Jul 05, 2010 6:37 pm

Patch for collapsing multiple treeview levels.

Post by ajs »

Hi David,
new patch.
When collapsing a tree in the treeview there is a problem:
- if we collapse the parent of the folder currently selected in the treeview, the listview correctly displays the content of the parent folder.
- if we collapse multiple levels (for example the parent of the parent of the folder currently selected in the treeview), the listview is not updated.

This patch fixes the problem. Patch against commit 161.
Attachments
patch_11__v161.7z
(602 Bytes) Downloaded 509 times
David Erceg
Site Admin
Posts: 933
Joined: Sat Apr 18, 2009 1:46 am

Re: Patch for collapsing multiple treeview levels.

Post by David Erceg »

Thanks Michael, patch committed.
Post Reply