mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 11:25:45 -04:00
Qt: Work around theme swap bug with Classic Windows
This commit is contained in:
@ -411,9 +411,7 @@ void DebuggerWindow::onMemorySearchStringChanged(const QString&)
|
||||
void DebuggerWindow::closeEvent(QCloseEvent* event)
|
||||
{
|
||||
g_emu_thread->disconnect(this);
|
||||
g_emu_thread->setSystemPaused(true, true);
|
||||
Host::RunOnCPUThread(&CPU::ClearBreakpoints);
|
||||
g_emu_thread->setSystemPaused(false);
|
||||
QMainWindow::closeEvent(event);
|
||||
emit closed();
|
||||
}
|
||||
|
Reference in New Issue
Block a user