mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -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)
|
if (parentwin)
|
||||||
return parentwin->onUpdateVideoSettings(glchange);
|
return parentwin->onUpdateVideoSettings(glchange);
|
||||||
|
|
||||||
auto childwins = findChildren<MainWindow *>(nullptr, Qt::FindDirectChildrenOnly);
|
auto childwins = findChildren<MainWindow *>(nullptr);
|
||||||
|
|
||||||
bool hadOGL = hasOGL;
|
bool hadOGL = hasOGL;
|
||||||
if (glchange)
|
if (glchange)
|
||||||
|
Reference in New Issue
Block a user