Qt/MappingButton: Save settings when a mapping is changed
This commit is contained in:
parent
44391ad2fe
commit
f253c1ea32
|
@ -66,6 +66,7 @@ void MappingButton::OnButtonPressed()
|
|||
if (!expr.isEmpty())
|
||||
{
|
||||
m_reference->SetExpression(expr.toStdString());
|
||||
m_parent->SaveSettings();
|
||||
Update();
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue