We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4bc24c commit 2609815Copy full SHA for 2609815
src/gui/qgsattributeform.cpp
@@ -1654,7 +1654,7 @@ QgsAttributeForm::WidgetInfo QgsAttributeForm::createWidgetFromDef( const QgsAtt
1654
addWidgetWrapper( eww );
1655
1656
newWidgetInfo.widget->setObjectName( fields.at( fldIdx ).name() );
1657
- newWidgetInfo.hint = fields.at( fieldDef->idx() ).comment();
+ newWidgetInfo.hint = fields.at( fldIdx ).comment();
1658
}
1659
1660
newWidgetInfo.labelOnTop = mLayer->editFormConfig().labelOnTop( fieldDef->idx() );
0 commit comments