mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[SHELL32]: Correctly clear the listview transparent shadow text flag.
svn path=/trunk/; revision=71456
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user