Author: dquintana Date: Mon Aug 11 22:06:12 2014 New Revision: 63869
URL: http://svn.reactos.org/svn/reactos?rev=63869&view=rev Log: [SHELL32] * Make non-desktop shell views always show selections (even while unfocused).
Modified: branches/shell-experiments/dll/win32/shell32/shlview.cpp
Modified: branches/shell-experiments/dll/win32/shell32/shlview.cpp URL: http://svn.reactos.org/svn/reactos/branches/shell-experiments/dll/win32/shel... ============================================================================== --- branches/shell-experiments/dll/win32/shell32/shlview.cpp [iso-8859-1] (original) +++ branches/shell-experiments/dll/win32/shell32/shlview.cpp [iso-8859-1] Mon Aug 11 22:06:12 2014 @@ -497,7 +497,7 @@ if (m_FolderSettings.fFlags & FWF_DESKTOP) dwStyle |= LVS_ALIGNLEFT; else - dwStyle |= LVS_ALIGNTOP; + dwStyle |= LVS_ALIGNTOP | LVS_SHOWSELALWAYS;
switch (m_FolderSettings.ViewMode) {