Skip to content

Fix null dereference in Workspace::workspaceEvent()

Vlad Zahorodnii requested to merge work/cherry-pick-276baa7d into Plasma/6.1

If Xcb::CurrentInput fails for some reason, the "->" operator will return null.

(cherry picked from commit 276baa7d)

Merge request reports