Summary: | No visual indicator that the Repeat Track button has a long-press menu | ||
---|---|---|---|
Product: | [Applications] Elisa | Reporter: | Jack Hill <jackhill3103> |
Component: | general | Assignee: | Matthieu Gallien <matthieu_gallien> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | nate, uhhadd |
Priority: | NOR | ||
Version First Reported In: | 22.04.0 | ||
Target Milestone: | --- | ||
Platform: | Flatpak | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/multimedia/elisa/commit/8591836b31d04bfc21c9f7b2fdbaba7e8fcfa053 | Version Fixed In: | 22.08 |
Sentry Crash Report: |
Description
Jack Hill
2022-05-09 18:21:34 UTC
Were this a QtWidgets app, it would happen automatically. Because it's not, and the menu is custom, it's probably gonna be our responsibility to do it. Git commit 8591836b31d04bfc21c9f7b2fdbaba7e8fcfa053 by Nate Graham. Committed on 10/05/2022 at 16:44. Pushed by ngraham into branch 'master'. Show a little arrow in the corner of the repeat button This signifies that it will show a menu when pressed-and-held. Because the button and its menu are custom, we're on the hook for drawing this arrow, as we don't get it from the QStyle automatically. FIXED-IN: 22.08 M +11 -0 src/qml/MediaPlayerControl.qml https://invent.kde.org/multimedia/elisa/commit/8591836b31d04bfc21c9f7b2fdbaba7e8fcfa053 |