MappingWidget: fix typo and call Update() on bools
This commit is contained in:
parent
ef563fc032
commit
6c73079011
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue