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:
Soren Jorvang 2010-10-26 12:08:14 +00:00
parent 78ab1c0f3f
commit 8ba671f849
1 changed files with 1 additions and 1 deletions

View File

@ -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)