Fix changing GUI style.#1267
Conversation
The stylesheet on the main mixer board must be removed before applying a global stylesheet to the GUI, and then reapplied afterwards.
|
Thank you very much! I'll try it this afternoon/evening. After this and the ASIO4ALL copy thing #1260 is fixed, I'd tag the release! |
|
Thanks for finding this Tony ! So it appears that Debian does not replace the style sheet, but adds to it. |
Yes, it's still needed, to reapply the recording indication after changing GUI. Otherwise it stops being red. |
ann0see
left a comment
There was a problem hiding this comment.
Just tested it on my machine, and it fixes the bug. Thanks again!
|
There is a small issue on my pi with the title positioning. Just looking at it. |
Already done in SetmixerBoardDeco() instead.
The issue is identical in 3.6.2, so I don't think it is worth delaying the release for. It only occurs in Normal/Compact style. |
The stylesheet on the main mixer board must be removed before applying
a global stylesheet to the GUI, and then reapplied afterwards.
Fixes #1238