mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
Add metric description as what's this help to MetricSelect
Handy when a user is inspecting a pre-built Overview chart
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user