Skip to content

applets/taskmanager: Avoid accepting devices on empty taskmanager areas

David Edmundson requested to merge work/d_ed/tm_accept into master

Taskmanager sets a mousearea around the entire space that could be occupied by the task manager. It's used purely for hover events.

We need to explicitly not accept a button to be able to determine empty panel areas.

This does not fix anything user facing on it's own, but is a requirement for another patch.

CCBUG: 367815

Edited by Nate Graham

Merge request reports