[SHELL32]: Correctly clear the listview transparent shadow text flag.

svn path=/trunk/; revision=71456
This commit is contained in:
Hermès Bélusca-Maïto 2016-05-29 14:55:29 +00:00
parent 411cee2f02
commit ee14b3c341

View file

@ -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);
}
}
}