Fix knobs not updating vals on link (#4904)
This commit is contained in:
committed by
Johannes Lorenz
parent
534d7ca9c5
commit
a0f4e50805
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user