Update UI after linking models (#4904)
This commit is contained in:
committed by
Johannes Lorenz
parent
a0f4e50805
commit
97a6379c6d
@@ -460,6 +460,7 @@ void AutomatableModel::linkModels( AutomatableModel* model1, AutomatableModel* m
|
||||
model1->linkModel( model2 );
|
||||
model2->linkModel( model1 );
|
||||
}
|
||||
emit model1->dataChanged();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user