mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -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)
|
||||
spinbox->Update();
|
||||
|
||||
for (auto* checkbox : m_numerics)
|
||||
for (auto* checkbox : m_bools)
|
||||
checkbox->Update();
|
||||
|
||||
LoadSettings();
|
||||
|
Reference in New Issue
Block a user