Skip to content

Commit

Permalink
Update UI after linking models (#4904)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Feb 25, 2020
1 parent a0f4e50 commit 97a6379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/AutomatableModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ void AutomatableModel::linkModels( AutomatableModel* model1, AutomatableModel* m
model1->linkModel( model2 );
model2->linkModel( model1 );
}
emit model1->dataChanged();
}


Expand Down

0 comments on commit 97a6379

Please sign in to comment.