Skip to content

Commit

Permalink
Ticket #4035
Browse files Browse the repository at this point in the history
  • Loading branch information
marco committed Nov 28, 2011
1 parent 307b99e commit 4b86c71
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 4b86c71

Please sign in to comment.