Proposed fix 1526 Watsyn shows wrong Osc

This commit is contained in:
Dave French
2015-01-11 20:15:30 +00:00
parent 5fdc452476
commit ffde891cfb

View File

@@ -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<WatsynInstrument>();
m_selectedGraphGroup -> setModel( &w -> m_selectedGraph);
// A-modulation button group
pixmapButton * amod_mixButton = new pixmapButton( this, NULL );