Opened 17 years ago
Last modified 17 years ago
#1530 closed Patch
Handling DEL key in queue window
Reported by: | paolozambotti | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | paolozambotti, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
Hi,
here is a patch to let delete a selection in queue window just through DEL key (I simply made a copy of your previous change to LocalView window).
Cheers,
Paolo.
Attachments (1)
Change History (2)
by , 17 years ago
Attachment: | filezilla_DEL_on_queue_window_rev2176.patch added |
---|
comment:1 by , 17 years ago
Thanks.
I've updated the patch to also work with the other tabs and in addition worked around an assertion that gets triggered under non-Windows systems due to a flaw in wxWidget's wxListCtrl class.
Note:
See TracTickets
for help on using tickets.
Handling of DEL key in Queue window patch to rev 2176