mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-22 00:14:55 -05:00
Fix tooltips
This commit is contained in:
parent
a94dd8b3c1
commit
6e48c0538d
@ -1412,11 +1412,11 @@ void QgsAdvancedDigitizingDockWidget::enable()
|
||||
}
|
||||
else
|
||||
{
|
||||
mAngleLineEdit->setEnabled( true );
|
||||
mAngleLineEdit->setToolTip( tr( "xxx" ) );
|
||||
mAngleLineEdit->setToolTip( "<b>" + tr( "Angle" ) + "</b><br>(" + tr( "press a for quick access" ) + ")" );
|
||||
mAngleLineEdit->setToolTip( QString() );
|
||||
|
||||
mDistanceLineEdit->setEnabled( true );
|
||||
mDistanceLineEdit->setToolTip( tr( "xxx" ) );
|
||||
mDistanceLineEdit->setToolTip( "<b>" + tr( "Distance" ) + "</b><br>(" + tr( "press d for quick access" ) + ")" );
|
||||
}
|
||||
|
||||
mEnableAction->setEnabled( true );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user