Fixes Issue 1006

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3891 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
LPFaint99 2009-07-27 04:26:56 +00:00
parent 99173df0ff
commit 9d10f9355d
2 changed files with 3 additions and 1 deletions

View File

@ -1023,6 +1023,8 @@ void CGameListCtrl::OnCompressGCM(wxCommandEvent& WXUNUSED (event))
void CGameListCtrl::OnSize(wxSizeEvent& event)
{
if (lastpos == event.GetSize()) return;
lastpos = event.GetSize();
AutomaticColumnWidth();
event.Skip();

View File

@ -66,7 +66,7 @@ private:
int last_column;
int last_sort;
wxSize lastpos;
void InitBitmaps();
void InsertItemInReportView(long _Index);
void SetBackgroundColor();