mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +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:
parent
930d7fff14
commit
6f51eb4048
1 changed files with 1 additions and 1 deletions
|
@ -497,7 +497,7 @@ BOOL CDefView::CreateList()
|
||||||
if (m_FolderSettings.fFlags & FWF_DESKTOP)
|
if (m_FolderSettings.fFlags & FWF_DESKTOP)
|
||||||
dwStyle |= LVS_ALIGNLEFT;
|
dwStyle |= LVS_ALIGNLEFT;
|
||||||
else
|
else
|
||||||
dwStyle |= LVS_ALIGNTOP;
|
dwStyle |= LVS_ALIGNTOP | LVS_SHOWSELALWAYS;
|
||||||
|
|
||||||
switch (m_FolderSettings.ViewMode)
|
switch (m_FolderSettings.ViewMode)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue