mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:15:41 +00:00
[SHELL32]
- Implement handling ctrl+A in the shell view control. svn path=/trunk/; revision=67024
This commit is contained in:
parent
83f07e32ef
commit
e68fe3a3b4
1 changed files with 4 additions and 0 deletions
|
@ -1601,6 +1601,10 @@ LRESULT CDefView::OnCommand(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHand
|
||||||
m_ListView.SortItems(ListViewCompareItems, &m_sortInfo);
|
m_ListView.SortItems(ListViewCompareItems, &m_sortInfo);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case FCIDM_SHVIEW_SELECTALL:
|
||||||
|
m_ListView.SetItemState(-1, LVIS_SELECTED, LVIS_SELECTED);
|
||||||
|
break;
|
||||||
|
|
||||||
case FCIDM_SHVIEW_REFRESH:
|
case FCIDM_SHVIEW_REFRESH:
|
||||||
Refresh();
|
Refresh();
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue