https://bugs.kde.org/show_bug.cgi?id=480006
Akseli Lahtinen <akse...@akselmo.dev> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/systemsettings/-/commit/ | |4ba7b0b1e81543600b97afc2d3b | |fe67dd9b6f87e Resolution|--- |FIXED --- Comment #4 from Akseli Lahtinen <akse...@akselmo.dev> --- Git commit 4ba7b0b1e81543600b97afc2d3bfe67dd9b6f87e by Akseli Lahtinen. Committed on 06/02/2024 at 11:54. Pushed by akselmo into branch 'master'. SideBarMode: return false in eventFilter if qqw is nullptr If user presses Alt+Tab in a view that has both `QtWidgets` and `QtQuickWidgets`, and Alt+Tab is not set as a shortcut, systemsettings will crash. This seems to be because Alt key activates the quick shortcuts in `QtWidgets` (the thing that underlines one letter from an element) and the active element is then not a `QtQuickWidget`, which is then `nullptr`, and crashes systemsettings when `nullptr` is sent with `sendEvent` M +7 -0 app/sidebar/SidebarMode.cpp https://invent.kde.org/plasma/systemsettings/-/commit/4ba7b0b1e81543600b97afc2d3bfe67dd9b6f87e -- You are receiving this mail because: You are watching all bug changes.