Fixes the background colour of the group by sub menu (#4492)

This commit is contained in:
Paul Johnson
2024-05-23 00:06:38 +01:00
committed by GitHub
parent 06a6dbed07
commit c088aafb5c

View File

@@ -424,7 +424,7 @@ AnalysisSidebar::showActivityMenu(const QPoint &pos)
} else {
QMenu *groupByMenu = new QMenu(tr("Group By"), rideNavigator);
QMenu *groupByMenu = new QMenu(tr("Group By"), menu.window());
groupByMenu->setEnabled(true);
menu.addMenu(groupByMenu);