mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[SHELL32]
* Make non-desktop shell views always show selections (even while unfocused). svn path=/branches/shell-experiments/; revision=63869
This commit is contained in:
@@ -497,7 +497,7 @@ BOOL CDefView::CreateList()
|
||||
if (m_FolderSettings.fFlags & FWF_DESKTOP)
|
||||
dwStyle |= LVS_ALIGNLEFT;
|
||||
else
|
||||
dwStyle |= LVS_ALIGNTOP;
|
||||
dwStyle |= LVS_ALIGNTOP | LVS_SHOWSELALWAYS;
|
||||
|
||||
switch (m_FolderSettings.ViewMode)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user