shapeSelection.diff

Anna Kratochvilova, 2011-11-10 11:16 AM

Download (653 Bytes)

View differences:

src/app/composer/qgscomposershapewidget.cpp
39 39

  
40 40
  blockAllSignals( false );
41 41

  
42
  connect( mShapeComboBox, SIGNAL( currentIndexChanged( int ) ), this, SLOT( setGuiElementValues() ) );
42
  if ( composerShape )
43
  {
44
    connect( composerShape, SIGNAL( itemChanged() ), this, SLOT( setGuiElementValues() ) );
45
  }
43 46
}
44 47

  
45 48
QgsComposerShapeWidget::~QgsComposerShapeWidget()