Powerful yet simple to use screenshot software :desktop_computer: :camera_flash:
fix: check QPainter::isActive() before drawing in Wayland (#4496)
On Wayland, the backing store may not be ready when paintEvent is called, causing QPainter to fail with 'Paint device returned engine == 0'. This adds isActive() checks to prevent crashes when the painter cannot be initialized. Fixes crashes on KDE Plasma Wayland with Qt 6.
B
Benigno Batista Júnior committed
c4000368c8f48d726d38c3458300e1a4f3fc53a0
Parent: bcf0766
Committed by GitHub <noreply@github.com>
on 2/3/2026, 9:41:30 PM