mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Remove oversized tooltip from expression help
...just gets in the way for no added value
This commit is contained in:
parent
709c14391b
commit
10170f4f3e
@ -138,7 +138,6 @@ void QgsExpressionBuilderWidget::currentChanged( const QModelIndex &index, const
|
||||
// Show the help for the current item.
|
||||
QString help = loadFunctionHelp( item );
|
||||
txtHelpText->setText( help );
|
||||
txtHelpText->setToolTip( txtHelpText->toPlainText() );
|
||||
}
|
||||
|
||||
void QgsExpressionBuilderWidget::on_btnRun_pressed()
|
||||
|
Loading…
x
Reference in New Issue
Block a user