mirror of
https://github.com/brl/mutter.git
synced 2025-02-17 21:54:10 +00:00
![Andre Moreira Magalhaes](/assets/img/avatar_default.png)
When selecting the pick regions for an actor we were not considering whether the actor was allocated and that was causing issues where the preferred width/height of the actor was used when deciding whether the actor should be considered as a pick target. Check if the actor has a valid allocation, in addition to being mapped and being in pick mode, in clutter_actor_should_pick_paint(). https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1169