Ctrl+A to select all items in list views
Bug #203763 reported by
poy
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| DC++ |
Fix Released
|
Low
|
Unassigned | ||
Bug Description
Ctrl+A doesn't select all items in list views currently (DC++ 0.705).
| Changed in dcplusplus: | |
| importance: | Undecided → Low |
| Changed in dcplusplus: | |
| status: | Confirmed → Fix Committed |
| Changed in dcplusplus: | |
| status: | Fix Committed → Fix Released |
To post a comment you must log in.

this patch adds a WidgetListView in win32/ to sub-class all list views. Policies. h.
i tried the usual way (handle onKeyDown) but this wasn't working in frames that already capture that event to handle their own key presses; so i used the tryFire function which is called from smartwin/
added files: tView.h tView.cpp
win32/WidgetLis
win32/WidgetLis