mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
Fixes Issue 1006
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3891 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
99173df0ff
commit
9d10f9355d
@ -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();
|
||||
|
@ -66,7 +66,7 @@ private:
|
||||
|
||||
int last_column;
|
||||
int last_sort;
|
||||
|
||||
wxSize lastpos;
|
||||
void InitBitmaps();
|
||||
void InsertItemInReportView(long _Index);
|
||||
void SetBackgroundColor();
|
||||
|
Loading…
Reference in New Issue
Block a user