mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
TreeMap/LTM Popup - Variable not filled
... counter variable not filled after moving from rides to activities
This commit is contained in:
@@ -304,7 +304,7 @@ TreeMapWindow::cellClicked(QString f1, QString f2)
|
||||
const RideMetricFactory &factory = RideMetricFactory::instance();
|
||||
const RideMetric *metric = factory.rideMetric(settings.symbol);
|
||||
|
||||
ltmPopup->setData(spec, metric, QString(tr("%1 activities")));
|
||||
ltmPopup->setData(spec, metric, QString(tr("%1 activities")).arg(count));
|
||||
popup->show();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user