Skip to content

Commit

Permalink
Merge pull request #9432 from tudorbarascu/constraint_description
Browse files Browse the repository at this point in the history
always show constraints description, not only when they fail
  • Loading branch information
m-kuhn committed Mar 19, 2019
2 parents de80192 + 840d205 commit 366d05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsattributeformeditorwidget.cpp
Expand Up @@ -104,7 +104,7 @@ void QgsAttributeFormEditorWidget::setConstraintStatus( const QString &constrain

case QgsEditorWidgetWrapper::ConstraintResultPass:
mConstraintResultLabel->setText( QStringLiteral( "<font color=\"#259B24\">%1</font>" ).arg( QChar( 0x2714 ) ) );
mConstraintResultLabel->setToolTip( QString() );
mConstraintResultLabel->setToolTip( description );
break;
}
}
Expand Down

0 comments on commit 366d05a

Please sign in to comment.