We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddcea34 commit 38a811bCopy full SHA for 38a811b
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