mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 19:45:47 -04:00
Qt: Fix crash on language change if system running
This commit is contained in:
@ -704,7 +704,7 @@ std::string MainWindow::getDeviceDiscPath(const QString& title)
|
|||||||
void MainWindow::recreate()
|
void MainWindow::recreate()
|
||||||
{
|
{
|
||||||
if (s_system_valid)
|
if (s_system_valid)
|
||||||
requestShutdown(false, true, true);
|
requestShutdown(false, true, true, true);
|
||||||
|
|
||||||
// We need to close input sources, because e.g. DInput uses our window handle.
|
// We need to close input sources, because e.g. DInput uses our window handle.
|
||||||
g_emu_thread->closeInputSources();
|
g_emu_thread->closeInputSources();
|
||||||
|
Reference in New Issue
Block a user