MappingWidget: fix typo and call Update() on bools

This commit is contained in:
Michael Maltese 2017-06-13 16:56:33 -07:00
parent ef563fc032
commit 6c73079011
1 changed files with 1 additions and 1 deletions

View File

@ -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();