Skip to content

Commit 8999de6

Browse files
author
marco
committed
Keep item option tab up-to-date
1 parent 59c28db commit 8999de6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/composer/qgscomposer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ void QgsComposer::connectSlots()
327327
connect( mView, SIGNAL( composerTableAdded( QgsComposerAttributeTable* ) ), this, SLOT( addComposerTable( QgsComposerAttributeTable* ) ) );
328328
connect( mView, SIGNAL( actionFinished() ), this, SLOT( setSelectionTool() ) );
329329

330+
connect( mComposition, SIGNAL( selectedItemChanged( QgsComposerItem* ) ), this, SLOT( showItemOptions( QgsComposerItem* ) ) );
330331
connect( mComposition, SIGNAL( composerArrowAdded( QgsComposerArrow* ) ), this, SLOT( addComposerArrow( QgsComposerArrow* ) ) );
331332
connect( mComposition, SIGNAL( composerLabelAdded( QgsComposerLabel* ) ), this, SLOT( addComposerLabel( QgsComposerLabel* ) ) );
332333
connect( mComposition, SIGNAL( composerMapAdded( QgsComposerMap* ) ), this, SLOT( addComposerMap( QgsComposerMap* ) ) );

0 commit comments

Comments
 (0)