Skip to content

Commit

Permalink
Restore a tooltip replaced during debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Dec 30, 2020
1 parent b1dad1d commit 19d398e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/gui/attributeformconfig/qgsattributewidgetedit.cpp
Expand Up @@ -137,9 +137,7 @@ void QgsAttributeWidgetRelationEditWidget::setRelationEditorConfiguration( const
update();
} );

mRelationCardinalityCombo->setToolTip( tr( "This is being changed" ) );
mRelationCardinalityCombo->addItem( "CHECKED" );

mRelationCardinalityCombo->setToolTip( tr( "For a many to many (N:M) relation, the direct link has to be selected. The in-between table will be hidden." ) );
setNmRelationId( config.nmRelationId );

mRelationLabelEdit->setText( config.label );
Expand Down

0 comments on commit 19d398e

Please sign in to comment.