mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Merge pull request #7078 from spycrab/qt_gc_adapter_fix
Qt/GCPadWiiUConfigDialog: Fix settings not being loaded properly
This commit is contained in:
commit
f422b88ed9
1 changed files with 1 additions and 1 deletions
|
@ -19,9 +19,9 @@ GCPadWiiUConfigDialog::GCPadWiiUConfigDialog(int port, QWidget* parent)
|
||||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||||
|
|
||||||
CreateLayout();
|
CreateLayout();
|
||||||
ConnectWidgets();
|
|
||||||
|
|
||||||
LoadSettings();
|
LoadSettings();
|
||||||
|
ConnectWidgets();
|
||||||
}
|
}
|
||||||
|
|
||||||
void GCPadWiiUConfigDialog::CreateLayout()
|
void GCPadWiiUConfigDialog::CreateLayout()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue