make sure LED's default-model is being deleted when changing model
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1232 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -80,7 +80,7 @@ groupBox::~groupBox()
|
||||
|
||||
void groupBox::modelChanged( void )
|
||||
{
|
||||
m_led->setModel( model(), FALSE );
|
||||
m_led->setModel( model() );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user