fix video settings update on second instance secondary windows
This commit is contained in:
parent
2499ec36c2
commit
44b0704063
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue