Skip to content

Commit 7d27b43

Browse files
committed
Fix data defined buttons sometimes incorrectly show error state
1 parent d36fb61 commit 7d27b43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/qgsdatadefinedbutton.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ void QgsDataDefinedButton::init( const QgsVectorLayer* vl,
195195
mActionDataTypes->setText( tr( "Field type: " ) + mDataTypesString );
196196
}
197197

198+
updateFieldLists();
198199
updateGui();
199200
}
200201

0 commit comments

Comments
 (0)