Patch for desktop item refresh on double click on treeview

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

Patch for desktop item refresh on double click on treeview

Post by ajs »

Patch for desktop item refresh on double click on treeview

For some reasons, the default behavior of a double click on the Desktop
item in the treeview is different from the behavior of a double click on the other items. Other items are collapsed/expanded with refresh of the children. Instead the Desktop is collapsed/expanded without refresh.
This patch handles the Desktop item double click manually, forcing a refresh of the tree when expanding.

Patch against commit 186 and patch 41
Attachments
patch_43__v186.p41.7z
(692 Bytes) Downloaded 547 times
David Erceg
Site Admin
Posts: 936
Joined: Sat Apr 18, 2009 1:46 am

Re: Patch for desktop item refresh on double click on treeview

Post by David Erceg »

Rejected.
Post Reply