Skip to content

Commit

Permalink
Fixes #3471. Show the variable description in the tooltip.
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Nov 16, 2015
1 parent 6d3102d commit bb77c7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OMEdit/OMEditGUI/Plotting/VariablesWidget.cpp
Expand Up @@ -189,6 +189,7 @@ QVariant VariablesTreeItem::data(int column, int role) const
switch (role)
{
case Qt::DisplayRole:
case Qt::ToolTipRole:
return mDescription;
default:
return QVariant();
Expand Down

0 comments on commit bb77c7f

Please sign in to comment.