Skip to content

Commit

Permalink
Add metric description as what's this help to MetricSelect
Browse files Browse the repository at this point in the history
Handy when a user is inspecting a pre-built Overview chart
  • Loading branch information
amtriathlon committed Oct 31, 2021
1 parent 0c4e5f3 commit f04a20d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Gui/MetricSelect.cpp
Expand Up @@ -77,6 +77,7 @@ MetricSelect::setSymbol(QString symbol)
text = text.replace(' ','_');
if (text.startsWith("BikeScore")) text="BikeScore"; // stoopid tm sign in name ffs sean
setText(text);
setWhatsThis(m->description());
}
// check it...
isValid();
Expand Down

0 comments on commit f04a20d

Please sign in to comment.