Merge pull request #8228 from spycrab/qt_cw_not_disable

Qt/ControllersWindow: Fix radio buttons not getting disabled
This commit is contained in:
spycrab 2019-07-07 12:03:10 +02:00 committed by GitHub
commit ba20d30a05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,8 @@ ControllersWindow::ControllersWindow(QWidget* parent) : QDialog(parent)
CreateMainLayout();
LoadSettings();
ConnectWidgets();
OnEmulationStateChanged(Core::GetState() != Core::State::Uninitialized);
}
void ControllersWindow::CreateGamecubeLayout()