plugins/zoom: Unset PAINT_SCREEN_TRANSFORMED

It's not needed because of the offscreen texture.

BUG: 480216
This commit is contained in:
Vlad Zahorodnii 2024-01-25 15:10:18 +02:00
parent 2505fd03f1
commit 91ae3d907e

View file

@ -263,7 +263,6 @@ void ZoomEffect::prePaintScreen(ScreenPrePaintData &data, std::chrono::milliseco
showCursor();
} else {
hideCursor();
data.mask |= PAINT_SCREEN_TRANSFORMED;
}
effects->prePaintScreen(data, presentTime);