Merge pull request #2057 from lioncash/busy
DolphinWX: Remove unnecessary wxBeginBusyCursor and wxEndBusyCursor calls
This commit is contained in:
commit
b7916f9655
|
@ -1211,7 +1211,6 @@ void CFrame::DoStop()
|
||||||
Movie::EndPlayInput(false);
|
Movie::EndPlayInput(false);
|
||||||
NetPlay::StopGame();
|
NetPlay::StopGame();
|
||||||
|
|
||||||
wxBeginBusyCursor();
|
|
||||||
BootManager::Stop();
|
BootManager::Stop();
|
||||||
UpdateGUI();
|
UpdateGUI();
|
||||||
}
|
}
|
||||||
|
@ -1219,8 +1218,6 @@ void CFrame::DoStop()
|
||||||
|
|
||||||
void CFrame::OnStopped()
|
void CFrame::OnStopped()
|
||||||
{
|
{
|
||||||
wxEndBusyCursor();
|
|
||||||
|
|
||||||
m_confirmStop = false;
|
m_confirmStop = false;
|
||||||
|
|
||||||
#if defined(HAVE_X11) && HAVE_X11
|
#if defined(HAVE_X11) && HAVE_X11
|
||||||
|
|
Loading…
Reference in New Issue