Skip to content

Commit

Permalink
fix value relation search widget
Browse files Browse the repository at this point in the history
currently, changing the entr doesn't do anything in the attribute table since no signal is emitted

should be backported to 2.12
  • Loading branch information
3nids committed Nov 13, 2015
1 parent 6335de9 commit dbef766
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ QVariant QgsValueRelationSearchWidgetWrapper::value()
void QgsValueRelationSearchWidgetWrapper::valueChanged()
{
setExpression( value().toString() );
emit expressionChanged( mExpression );
}

QWidget* QgsValueRelationSearchWidgetWrapper::createWidget( QWidget* parent )
Expand Down

0 comments on commit dbef766

Please sign in to comment.