Skip to content

Commit

Permalink
Remove oversized tooltip from expression help
Browse files Browse the repository at this point in the history
...just gets in the way for no added value
  • Loading branch information
nyalldawson committed Sep 2, 2015
1 parent 709c143 commit 10170f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/qgsexpressionbuilderwidget.cpp
Expand Up @@ -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()
Expand Down

0 comments on commit 10170f4

Please sign in to comment.