@@ -649,8 +649,8 @@ QgsRendererRulePropsWidget::QgsRendererRulePropsWidget( QgsRuleBasedRendererV2::
649
649
connect ( btnExpressionBuilder, SIGNAL ( clicked () ), this , SLOT ( buildExpression () ) );
650
650
connect ( btnTestFilter, SIGNAL ( clicked () ), this , SLOT ( testFilter () ) );
651
651
connect ( editFilter, SIGNAL ( textChanged ( QString ) ), this , SIGNAL ( widgetChanged () ) );
652
- connect ( editLabel, SIGNAL ( textChanged ( QString ) ), this , SIGNAL ( widgetChanged () ) );
653
- connect ( editDescription, SIGNAL ( textChanged ( QString ) ), this , SIGNAL ( widgetChanged () ) );
652
+ connect ( editLabel, SIGNAL ( editingFinished ( ) ), this , SIGNAL ( widgetChanged () ) );
653
+ connect ( editDescription, SIGNAL ( editingFinished ( ) ), this , SIGNAL ( widgetChanged () ) );
654
654
connect ( groupSymbol, SIGNAL ( toggled ( bool ) ), this , SIGNAL ( widgetChanged () ) );
655
655
connect ( groupScale, SIGNAL ( toggled ( bool ) ), this , SIGNAL ( widgetChanged () ) );
656
656
connect ( mScaleRangeWidget , SIGNAL ( rangeChanged ( double , double ) ), this , SIGNAL ( widgetChanged () ) );
0 commit comments