Fix knobs not updating vals on link (#4904)

This commit is contained in:
Johannes Lorenz
2019-12-07 22:33:37 +01:00
committed by Johannes Lorenz
parent 534d7ca9c5
commit a0f4e50805
4 changed files with 84 additions and 0 deletions

View File

@@ -220,6 +220,7 @@ public:
m_centerValue = centerVal;
}
//! link @p m1 and @p m2, let @p m1 take the values of @p m2
static void linkModels( AutomatableModel* m1, AutomatableModel* m2 );
static void unlinkModels( AutomatableModel* m1, AutomatableModel* m2 );