diff options
author | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2010-01-25 13:46:08 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2010-01-25 13:59:01 +0100 |
commit | 0ddfcdff434f808b10d414e6a1c1df7d3642f40b (patch) | |
tree | fb3c1337eed3e8b1461b5c79f5466fcfbd79e46d /src/libs/cplusplus/PreprocessorClient.cpp | |
parent | d82c10921dbb579a0139856c8700ed18b87fe8b5 (diff) | |
download | qt-creator-0ddfcdff434f808b10d414e6a1c1df7d3642f40b.tar.gz |
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.
Diffstat (limited to 'src/libs/cplusplus/PreprocessorClient.cpp')
0 files changed, 0 insertions, 0 deletions