mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 13:10:39 +00:00
[SHELL32]: Correctly clear the listview transparent shadow text flag.
svn path=/trunk/; revision=71456
This commit is contained in:
parent
411cee2f02
commit
ee14b3c341
1 changed files with 1 additions and 1 deletions
|
@ -607,7 +607,7 @@ void CDefView::UpdateListColors()
|
|||
m_ListView.SetTextColor(RGB(0, 0, 0));
|
||||
else
|
||||
m_ListView.SetTextColor(RGB(255, 255, 255));
|
||||
m_ListView.SetExtendedListViewStyle(LVS_EX_TRANSPARENTSHADOWTEXT);
|
||||
m_ListView.SetExtendedListViewStyle(0, LVS_EX_TRANSPARENTSHADOWTEXT);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue