small randomise fix
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@108 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -181,7 +181,7 @@ organicInstrument::organicInstrument( channelTrack * _channel_track ) :
|
||||
1 ) + " ", "%" );
|
||||
|
||||
// randomise
|
||||
m_randBtn = new pixmapButton( this );
|
||||
m_randBtn = new pixmapButton( this, eng() );
|
||||
m_randBtn->move( 100, 200 );
|
||||
m_randBtn->setActiveGraphic( PLUGIN_NAME::getIconPixmap(
|
||||
"randomise" ) );
|
||||
|
||||
Reference in New Issue
Block a user