mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[SHELL32] Modify context menu to include Align To Grid, and remove Line Up Icons
Implement support for using Align To Grid, which itself simply sets the LVS_EX_SNAPTOGRID extended style of the list view control
This commit is contained in:
committed by
Giannis Adamopoulos
parent
733a32dade
commit
c82ba3485e
@@ -263,6 +263,7 @@ CDefViewBckgrndMenu::InvokeCommand(LPCMINVOKECOMMANDINFO lpcmi)
|
||||
case FCIDM_SHVIEW_AUTOARRANGE:
|
||||
case FCIDM_SHVIEW_SNAPTOGRID:
|
||||
case FCIDM_SHVIEW_REFRESH:
|
||||
case FCIDM_SHVIEW_ALIGNTOGRID:
|
||||
if (!m_site)
|
||||
return E_FAIL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user