From ffde891cfbf895f0db48a1982bd767845c0f2e1c Mon Sep 17 00:00:00 2001 From: Dave French Date: Sun, 11 Jan 2015 20:15:30 +0000 Subject: [PATCH] Proposed fix 1526 Watsyn shows wrong Osc --- plugins/watsyn/Watsyn.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/watsyn/Watsyn.cpp b/plugins/watsyn/Watsyn.cpp index 3331ec975..5567e9dcc 100644 --- a/plugins/watsyn/Watsyn.cpp +++ b/plugins/watsyn/Watsyn.cpp @@ -748,6 +748,8 @@ WatsynView::WatsynView( Instrument * _instrument, m_selectedGraphGroup -> addButton( a2_selectButton ); m_selectedGraphGroup -> addButton( b1_selectButton ); m_selectedGraphGroup -> addButton( b2_selectButton ); + WatsynInstrument * w = castModel(); + m_selectedGraphGroup -> setModel( &w -> m_selectedGraph); // A-modulation button group pixmapButton * amod_mixButton = new pixmapButton( this, NULL );