Remove oversized tooltip from expression help

...just gets in the way for no added value
This commit is contained in:
Nyall Dawson 2015-09-02 15:22:54 +10:00
parent 709c14391b
commit 10170f4f3e

View File

@ -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()