Skip to content
Permalink
Browse files
Merge pull request #6356 from spycrab/qt_mapping_nsaving
Qt/MappingButton: Save settings when a mapping is changed
  • Loading branch information
lioncash committed Feb 4, 2018
2 parents 44391ad + f253c1e commit 32360e2
Showing 1 changed file with 1 addition and 0 deletions.
@@ -66,6 +66,7 @@ void MappingButton::OnButtonPressed()
if (!expr.isEmpty())
{
m_reference->SetExpression(expr.toStdString());
m_parent->SaveSettings();
Update();
}
else

0 comments on commit 32360e2

Please sign in to comment.