Fix bug made in #5336
This removes a duplicate dataChanged() emit. Thanks to @PhysSong for the hint.
This commit is contained in:
@@ -460,7 +460,6 @@ void AutomatableModel::linkModels( AutomatableModel* model1, AutomatableModel* m
|
||||
model1->linkModel( model2 );
|
||||
model2->linkModel( model1 );
|
||||
}
|
||||
emit model1->dataChanged();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user