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

View file

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