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:
Andreas Brandmaier
2006-03-16 15:05:11 +00:00
parent 19d01280ed
commit bf139a65e4

View File

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