https://bugs.kde.org/show_bug.cgi?id=458983
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/kwindowsystem/commit | |/acf85e40ff6fa14d90cffe6107 | |f188c85b03d244 Status|ASSIGNED |RESOLVED --- Comment #11 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit acf85e40ff6fa14d90cffe6107f188c85b03d244 by Vlad Zahorodnii. Committed on 13/09/2022 at 06:26. Pushed by vladz into branch 'master'. Remove QWindow::isExposed() check in activateWindow() A window can be considered as unexposed if it's not visible, e.g. it's minimized or not on current virtual desktop. The isExposed() check neuters the desired side-effects of the activateWindow() request. As far as I understand, QWindow::isExposed() check was added to ensure that there's wl_surface, but kwayland-integration noops if the wl_surface is missing. Co-authored: Nicolas Fella <nicolas.fe...@gmx.de> M +0 -4 src/kwindowsystem.cpp https://invent.kde.org/frameworks/kwindowsystem/commit/acf85e40ff6fa14d90cffe6107f188c85b03d244 -- You are receiving this mail because: You are watching all bug changes.