Fixed the scrolling issue. Forgot that the DrawingContext used by gradient was global...
authorRicardo Cruz <rick2@aeiou.pt>
Sat, 12 Jun 2004 15:48:50 +0000 (15:48 +0000)
committerRicardo Cruz <rick2@aeiou.pt>
Sat, 12 Jun 2004 15:48:50 +0000 (15:48 +0000)
commitd94b6812ea18ea6dc9f6aed592d2a6766a27c08b
tree08e8e17df46051fc7543beed801bb57b3674fd31
parent043a0edf61bfef84dfd42aa225a9f0b9703ebd27
Fixed the scrolling issue. Forgot that the DrawingContext used by gradient was global and so keep the translation point with the scrolling.
Gradient caching should work just fine now.

SVN-Revision: 1471
src/background.cpp