Qt/ControllersWindow: Fix radio buttons not getting disabled

Only happens if the controller window hasn't been opened before.
This commit is contained in:
spycrab 2019-07-05 16:50:37 +02:00
parent 0a7395bfba
commit 64de900da4

View File

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