Update UI after linking models (#4904)

This commit is contained in:
Johannes Lorenz
2019-12-07 22:35:42 +01:00
committed by Johannes Lorenz
parent a0f4e50805
commit 97a6379c6d

View File

@@ -460,6 +460,7 @@ void AutomatableModel::linkModels( AutomatableModel* model1, AutomatableModel* m
model1->linkModel( model2 );
model2->linkModel( model1 );
}
emit model1->dataChanged();
}