We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30580ed commit 9f6f08aCopy full SHA for 9f6f08a
src/gui/qgscomposeritemcombobox.cpp
@@ -23,7 +23,7 @@ QgsComposerItemComboBox::QgsComposerItemComboBox( QWidget *parent, QgsCompositio
23
setComposition( composition );
24
25
setModelColumn( QgsComposerModel::ItemId );
26
- connect( this, SIGNAL( activated( int ) ), this, SLOT( indexChanged( int ) ) );
+ connect( this, SIGNAL( currentIndexChanged( int ) ), this, SLOT( indexChanged( int ) ) );
27
connect( mProxyModel, SIGNAL( rowsInserted( QModelIndex, int, int ) ), this, SLOT( rowsChanged() ) );
28
connect( mProxyModel, SIGNAL( rowsRemoved( QModelIndex, int, int ) ), this, SLOT( rowsChanged() ) );
29
}
0 commit comments