Skip to content

Commit

Permalink
[style dock] Connect rule edit to widget changed
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Jun 25, 2016
1 parent 4b16c64 commit 7bf1751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/symbology-ng/qgsrulebasedrendererv2widget.cpp
Expand Up @@ -654,6 +654,7 @@ QgsRendererRulePropsWidget::QgsRendererRulePropsWidget( QgsRuleBasedRendererV2::

connect( btnExpressionBuilder, SIGNAL( clicked() ), this, SLOT( buildExpression() ) );
connect( btnTestFilter, SIGNAL( clicked() ), this, SLOT( testFilter() ) );
connect( editFilter, SIGNAL(textChanged(QString)), this, SIGNAL(widgetChanged()));

}

Expand Down

0 comments on commit 7bf1751

Please sign in to comment.