DolphinWX: Remove unnecessary wxBeginBusyCursor and wxEndBusyCursor calls
The UI greys all buttons when shutting down, so it's sufficient as a visual cue
This commit is contained in:
parent
405444d4fe
commit
537ad96ece
|
@ -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