mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
fix video settings update on second instance secondary windows
This commit is contained in:
@ -2294,7 +2294,7 @@ void MainWindow::onUpdateVideoSettings(bool glchange)
|
||||
if (parentwin)
|
||||
return parentwin->onUpdateVideoSettings(glchange);
|
||||
|
||||
auto childwins = findChildren<MainWindow *>(nullptr, Qt::FindDirectChildrenOnly);
|
||||
auto childwins = findChildren<MainWindow *>(nullptr);
|
||||
|
||||
bool hadOGL = hasOGL;
|
||||
if (glchange)
|
||||
|
Reference in New Issue
Block a user