Fix build on Linux: commented out setting of background color. If I understood the code correctly, the color will be determined later (after sorting).
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@555 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
1f66120671
commit
07a581ba19
|
@ -257,7 +257,7 @@ void CGameListCtrl::InsertItemInReportView(long _Index)
|
||||||
wxListItem item;
|
wxListItem item;
|
||||||
item.m_itemId = ItemIndex;
|
item.m_itemId = ItemIndex;
|
||||||
item.SetColumn(COLUMN_COUNTRY);
|
item.SetColumn(COLUMN_COUNTRY);
|
||||||
item.SetBackgroundColour(color);
|
//item.SetBackgroundColour(color);
|
||||||
DiscIO::IVolume::ECountry Country = rISOFile.GetCountry();
|
DiscIO::IVolume::ECountry Country = rISOFile.GetCountry();
|
||||||
|
|
||||||
if (size_t(Country) < m_FlagImageIndex.size())
|
if (size_t(Country) < m_FlagImageIndex.size())
|
||||||
|
|
Loading…
Reference in New Issue