Skip to content

Workspace: Fix using effectiveOutput whlist it could be null

Ta-Lun Yen requested to merge evanslify/kwin:work/fix-effectiveOutput into master

effectiveOutput could be null if we're changing outputs (e.g. removal of display), and calling clientArea during this could result in access violation since that output will not exist.

BUG: 449957

Merge request reports