mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-12 11:45:47 -04:00
Qt: Fix UI duplicating on language switch
This commit is contained in:
@ -723,7 +723,6 @@ void MainWindow::recreate()
|
|||||||
g_main_window = nullptr;
|
g_main_window = nullptr;
|
||||||
|
|
||||||
MainWindow* new_main_window = new MainWindow();
|
MainWindow* new_main_window = new MainWindow();
|
||||||
new_main_window->initialize();
|
|
||||||
new_main_window->show();
|
new_main_window->show();
|
||||||
deleteLater();
|
deleteLater();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user