plugins/zoom: Unset PAINT_SCREEN_TRANSFORMED

It's not needed because of the offscreen texture.

BUG: 480216
wilder/Plasma/6.2
Vlad Zahorodnii 2 years ago
parent 2505fd03f1
commit 91ae3d907e
  1. 1
      src/plugins/zoom/zoom.cpp

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

Loading…
Cancel
Save