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