Skip to content

Commit b87c6b8

Browse files
authored
[SHELL32] Temporarily disable LVS_EX_DOUBLEBUFFER in DefView (reactos#7642)
Hackfix for CORE-19624 and CORE-19818 until ListView is fixed
1 parent aebaa14 commit b87c6b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dll/win32/shell32/CDefView.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,9 @@ BOOL CDefView::CreateList()
828828
{
829829
dwStyle |= LVS_SHOWSELALWAYS; // MSDN says FWF_SHOWSELALWAYS is deprecated, always turn on for folders
830830
dwStyle |= (m_FolderSettings.fFlags & FWF_ALIGNLEFT) ? LVS_ALIGNLEFT : LVS_ALIGNTOP;
831+
#if 0 // FIXME: Temporarily disabled until ListView is fixed (CORE-19624, CORE-19818)
831832
ListExStyle |= LVS_EX_DOUBLEBUFFER;
833+
#endif
832834
}
833835

834836
ViewMode = m_FolderSettings.ViewMode;

0 commit comments

Comments
 (0)