Skip to content
Permalink
Browse files
Ticket #4035
  • Loading branch information
marco committed Nov 28, 2011
1 parent 307b99e commit 4b86c71
Showing 1 changed file with 4 additions and 1 deletion.
@@ -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()

0 comments on commit 4b86c71

Please sign in to comment.