mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
[composer] Fix save world file does not work (fix #15268)
This commit is contained in:
parent
ddcea34708
commit
38a811b377
@ -23,7 +23,7 @@ QgsComposerItemComboBox::QgsComposerItemComboBox( QWidget *parent, QgsCompositio
|
||||
setComposition( composition );
|
||||
|
||||
setModelColumn( QgsComposerModel::ItemId );
|
||||
connect( this, SIGNAL( activated( int ) ), this, SLOT( indexChanged( int ) ) );
|
||||
connect( this, SIGNAL( currentIndexChanged( int ) ), this, SLOT( indexChanged( int ) ) );
|
||||
connect( mProxyModel, SIGNAL( rowsInserted( QModelIndex, int, int ) ), this, SLOT( rowsChanged() ) );
|
||||
connect( mProxyModel, SIGNAL( rowsRemoved( QModelIndex, int, int ) ), this, SLOT( rowsChanged() ) );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user