mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Qt/GCPadWiiUConfigDialog: Fix settings not being loaded properly
This commit is contained in:
parent
8675fa09b8
commit
8a24eac0de
@ -19,9 +19,9 @@ GCPadWiiUConfigDialog::GCPadWiiUConfigDialog(int port, QWidget* parent)
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
|
||||
CreateLayout();
|
||||
ConnectWidgets();
|
||||
|
||||
LoadSettings();
|
||||
ConnectWidgets();
|
||||
}
|
||||
|
||||
void GCPadWiiUConfigDialog::CreateLayout()
|
||||
|
Loading…
Reference in New Issue
Block a user