Skip to content

Commit

Permalink
Fix bug made in #5336
Browse files Browse the repository at this point in the history
This removes a duplicate dataChanged() emit. Thanks to @PhysSong for the
hint.
  • Loading branch information
JohannesLorenz committed Apr 1, 2020
1 parent a8df120 commit 656eede
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/AutomatableModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@ void AutomatableModel::linkModels( AutomatableModel* model1, AutomatableModel* m
model1->linkModel( model2 );
model2->linkModel( model1 );
}
emit model1->dataChanged();
}


Expand Down

0 comments on commit 656eede

Please sign in to comment.