mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 20:50:29 +00:00
[SHELL32] Pass LVA_SNAPTOGRID to listview when 'Line up Icons' is selected
This commit is contained in:
parent
08364d08c7
commit
1bee97358e
1 changed files with 1 additions and 1 deletions
|
@ -1768,7 +1768,7 @@ LRESULT CDefView::OnCommand(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHand
|
|||
break;
|
||||
|
||||
case FCIDM_SHVIEW_SNAPTOGRID:
|
||||
//FIXME
|
||||
m_ListView.Arrange(LVA_SNAPTOGRID);
|
||||
break;
|
||||
case FCIDM_SHVIEW_AUTOARRANGE:
|
||||
if (GetAutoArrange() == S_OK)
|
||||
|
|
Loading…
Reference in a new issue