Patch for oneClickActivate multiple selection.

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

Patch for oneClickActivate multiple selection.

Post by ajs »

Patch for oneClickActivate multiple selection.

With the option oneClickActivate enabled (one mouse click to open a file/folder), selecting multiple files by dragging the mouse cursor from nowhere (i.e. clicking on an empty area of the tab and dragging the mouse with the left button of the mouse still pressed) caused a NM_CLICK message to be sent and this would open the last file/folder as if we had clicked on it.
This patch fixes the problem: if we drag from nowhere and select one or more files, no files/folders are open.

Patch against commit v177
Attachments
patch_37__v177.7z
(842 Bytes) Downloaded 571 times
David Erceg
Site Admin
Posts: 933
Joined: Sat Apr 18, 2009 1:46 am

Re: Patch for oneClickActivate multiple selection.

Post by David Erceg »

Thanks Michael, I've committed the patch.
Post Reply