Bug #558
skins-qt: scrolling song title causes gfx glitches (OS X)
0%
Description
Hello,
When scrolling song title is enabled, it causes other widgets on the skin to not be rendered occasionally. I can attach a video if you need.
History
#1 Updated by John Lindgren over 9 years ago
- Category set to plugins/skins-qt
- Affects version 3.7-alpha1 added
I've seen something like this too, but maybe it would be just as well to attach a video to make sure we're talking about the same thing.
#3 Updated by John Lindgren over 9 years ago
Hmm, I have not seen this.
In widget.h, does it make any difference if you change
void draw_now () { repaint (); }to
void draw_now () { update (); }?
#4 Updated by Ariadne Conill over 9 years ago
That fixed it, I went ahead and pushed it.
#5 Updated by Ariadne Conill over 9 years ago
It still glitches when the window doesn't have focus, but I think that has to do with event dispatch perhaps.
#6 Updated by John Lindgren over 9 years ago
William Pitcock wrote:
That fixed it, I went ahead and pushed it.
Please make the change specific to Mac; repaint() works fine on X11 and is a much less expensive operation since it draws only a single widget, whereas update() redraws the whole window.
#7 Updated by John Lindgren over 9 years ago
- Subject changed from skins-qt: scrolling song title causes gfx glitches to skins-qt: scrolling song title causes gfx glitches (OS X)
#8 Updated by John Lindgren almost 8 years ago
- Status changed from New to Rejected
Closing OS X-specific bugs since development on that OS seems to have stalled.