The wxProgressDialog delay bug has been fixed since 2.9.1.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6315 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
78ab1c0f3f
commit
8ba671f849
|
@ -601,7 +601,7 @@ void CGameListCtrl::ScanForISOs()
|
|||
msg = wxString(tempstring, *wxConvCurrent);
|
||||
|
||||
// With wxWidgets 2.9.1, each Update() sleeps for several seconds
|
||||
#ifndef __APPLE__
|
||||
#if !wxCHECK_VERSION(2, 9, 1) || wxCHECK_VERSION(2, 9, 2)
|
||||
// Update with the progress (i) and the message (msg)
|
||||
bool Cont = dialog.Update(i, msg);
|
||||
if (!Cont)
|
||||
|
|
Loading…
Reference in New Issue