Skip to content
Snippets Groups Projects
Commit 0ddfcdff authored by Thorbjørn Lindeijer's avatar Thorbjørn Lindeijer
Browse files

Fixed performance issue with scrolling when using X11 graphics system

Depending on the XRender driver (probably), drawing a short straight
line can take quite a while when this line is transparent. On my
laptop's onboard ATI card, this meant that scrolling was unusably slow
when this transparent line was being drawn.

Fixed by avoiding the issue, since there is no actual need to use
transparency here. We can calculate the resulting color in advance
instead.
parent d82c1092
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment