fixed load settings deadlock
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@363 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -124,7 +124,8 @@ envelopeAndLFOWidget::envelopeAndLFOWidget( float _value_for_zero_amount,
|
||||
m_lfoAmountIsZero( FALSE ),
|
||||
m_lfoShapeData( NULL ),
|
||||
m_userWave( eng() ),
|
||||
m_lfoShape( SIN )
|
||||
m_lfoShape( SIN ),
|
||||
m_busyMutex( TRUE )
|
||||
{
|
||||
if( s_envGraph == NULL )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user