fix missing pattern in new projects by also tracking dataUnchanged()-signals of bbComboBoxModel
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms-mv@645 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -107,6 +107,10 @@ bbEditor::bbEditor( void ) :
|
||||
m_bbComboBox->setModel( m_bbComboBoxModel );
|
||||
connect( m_bbComboBoxModel, SIGNAL( dataChanged() ),
|
||||
this, SLOT( currentBBChanged() ) );
|
||||
// we *always* want to receive updates even in case BB actually did
|
||||
// not change upon setCurrentBB()-call
|
||||
connect( m_bbComboBoxModel, SIGNAL( dataUnchanged() ),
|
||||
this, SLOT( currentBBChanged() ) );
|
||||
|
||||
tb_layout->addSpacing( 5 );
|
||||
tb_layout->addWidget( m_playButton );
|
||||
|
||||
Reference in New Issue
Block a user