Skip to content

Commit

Permalink
Ticket #4035
Browse files Browse the repository at this point in the history
  • Loading branch information
marco authored and alexbruy committed Dec 2, 2011
1 parent 53337e2 commit 505fe5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/app/composer/qgscomposershapewidget.cpp
Expand Up @@ -39,7 +39,10 @@ QgsComposerShapeWidget::QgsComposerShapeWidget( QgsComposerShape* composerShape

blockAllSignals( false );

connect( mShapeComboBox, SIGNAL( currentIndexChanged( int ) ), this, SLOT( setGuiElementValues() ) );
if ( mComposerShape )
{
connect( mComposerShape, SIGNAL( itemChanged() ), this, SLOT( setGuiElementValues() ) );
}
}

QgsComposerShapeWidget::~QgsComposerShapeWidget()
Expand Down

0 comments on commit 505fe5b

Please sign in to comment.