mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
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
1 changed files with 0 additions and 3 deletions
|
@ -1211,7 +1211,6 @@ void CFrame::DoStop()
|
|||
Movie::EndPlayInput(false);
|
||||
NetPlay::StopGame();
|
||||
|
||||
wxBeginBusyCursor();
|
||||
BootManager::Stop();
|
||||
UpdateGUI();
|
||||
}
|
||||
|
@ -1219,8 +1218,6 @@ void CFrame::DoStop()
|
|||
|
||||
void CFrame::OnStopped()
|
||||
{
|
||||
wxEndBusyCursor();
|
||||
|
||||
m_confirmStop = false;
|
||||
|
||||
#if defined(HAVE_X11) && HAVE_X11
|
||||
|
|
Loading…
Add table
Reference in a new issue