effects/desktopgrid: Make sure that the screen is rendered correctly when animation reaches the end
If the animation reaches the end, desktop grid may render the screen incorrectly. Make sure that PAINT_SCREEN_BACKGROUND_FIRST and flags as such are set even if animation has reached the end. Also, while on this, simplify the paintWindow() method by removing redundant effect status checks.
Please register or sign in to comment