mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-25 03:46:01 -05: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