qt5: use of QStylePainter on WSpinny is not supported
Bug #1530720 reported by
RJ Skerry-Ryan
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Fix Released
|
Low
|
RJ Skerry-Ryan |
Bug Description
In WSpinny, we use QStylePainter to try and paint the WSpinny with the CSS:
QStyleOption option;
option.
QStylePainter p(this);
...
p.drawPrimitive
Using Qt 5.5.1, the first render of a WSpinny prints:
QMacCGContext:: Unsupported painter devtype type 1
Reading this bug:
https:/
it seems this is not supported.
"The bottom line here is that Qt 5 does not support rendering QWidgets with the OpenGL2 paint engine,"
AFAIK we don't actually rely on styling of spinnies currently. Do we?
Changed in mixxx: | |
milestone: | none → 2.2.1 |
assignee: | nobody → RJ Skerry-Ryan (rryan) |
Changed in mixxx: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Qt 5.5.1
OS X 10.11.2