Skip to content

Commit

Permalink
Fix data defined buttons sometimes incorrectly show error state
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 3, 2016
1 parent d36fb61 commit 7d27b43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsdatadefinedbutton.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ void QgsDataDefinedButton::init( const QgsVectorLayer* vl,
mActionDataTypes->setText( tr( "Field type: " ) + mDataTypesString );
}

updateFieldLists();
updateGui();
}

Expand Down

0 comments on commit 7d27b43

Please sign in to comment.