Merge pull request #1599 from curlymorphic/i1526

Proposed fix 1526 Watsyn shows wrong Osc
This commit is contained in:
Vesa V
2015-01-12 21:20:40 +02:00

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 );