mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
removed wtl from padsimple
changed color for compressed images git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@643 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
9b78547a05
commit
d8f8167613
4 changed files with 32 additions and 26 deletions
|
@ -247,6 +247,8 @@ void CGameListCtrl::InsertItemInReportView(long _Index)
|
|||
item.SetId(ItemIndex);
|
||||
item.SetColumn(COLUMN_SIZE);
|
||||
item.SetText(NiceSizeFormat(rISOFile.GetFileSize()));
|
||||
if (rISOFile.IsCompressed())
|
||||
item.SetTextColour(wxColour(0xFF0000));
|
||||
SetItem(item);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue