Skip to content

Commit

Permalink
Update UI after linking models (LMMS#4904)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Dec 7, 2019
1 parent 5ea869b commit 84bbc4e
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 @@ -452,6 +452,7 @@ void AutomatableModel::linkModels( AutomatableModel* model1, AutomatableModel* m
model1->valueBuffer()->length(),
model1->valueBuffer()->data());
}
emit model1->dataChanged();
}


Expand Down

0 comments on commit 84bbc4e

Please sign in to comment.