play/pause shortcuts don't work after clicking rating widget
Bug #1751204 reported by
naught101
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Fix Released
|
Low
|
ronso0 |
Bug Description
If I click the rating widget in decks in Deere (actually using Gramanas' library branch at the moment, but I think this happens in master too), and then I try to use keyboard shortcuts (e.g. d/l for play/pause on the decks), then nothing happens. If I then click any other button, it starts working again. I guess the rating widgets are stealing keyboard focus?
Changed in mixxx: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Confirmed with 2.1.0-beta1 (build 2.1 r6513)
setFocusPolicy( Qt::NoFocus) ;
Added after /github. com/mixxxdj/ mixxx/blob/ master/ src/widget/ wstarrating. cpp#L18 /github. com/mixxxdj/ mixxx/blob/ master/ src/library/ stareditor. cpp#L45
https:/
and
https:/
should fix it.
Plug: How do you think the star rating widget works best - on mouse over, or on press? See lp:1409405