Merge pull request #6356 from spycrab/qt_mapping_nsaving

Qt/MappingButton: Save settings when a mapping is changed
This commit is contained in:
Mat M 2018-02-04 18:53:00 -05:00 committed by GitHub
commit 32360e23e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ void MappingButton::OnButtonPressed()
if (!expr.isEmpty())
{
m_reference->SetExpression(expr.toStdString());
m_parent->SaveSettings();
Update();
}
else