mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
44563d2932
When a custom clip is set for an actor, this actor is not going to allow any painting outside that clip. That includes the children, which may also not paint outside that clip. Now in case clip_to_allocation is set to TRUE, we already already do the right thing and simply use the allocation as our paint volume, ignoring the volumes of our children. The same should be done for the custom clip, so also stop the process of building the paint volume once we see that a custom clip is set and simply use that clip. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1592> |
||
---|---|---|
.. | ||
clutter | ||
.gitignore | ||
meson.build |