mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
MappingWidget: fix typo and call Update() on bools
This commit is contained in:
@ -114,7 +114,7 @@ void MappingWidget::Update()
|
|||||||
for (auto* spinbox : m_numerics)
|
for (auto* spinbox : m_numerics)
|
||||||
spinbox->Update();
|
spinbox->Update();
|
||||||
|
|
||||||
for (auto* checkbox : m_numerics)
|
for (auto* checkbox : m_bools)
|
||||||
checkbox->Update();
|
checkbox->Update();
|
||||||
|
|
||||||
LoadSettings();
|
LoadSettings();
|
||||||
|
Reference in New Issue
Block a user