mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 12:43:34 +00:00
4a46f273a1
# Objective A nodes outline should be clipped using its own clipping rect, not its parents. fixes #10921 ## Solution Clip outlines by the node's own clipping rect, not the parent's. If you compare the `overflow` ui example in main with this PR, you'll see that the outlines that appear when you hover above the images are now clipped along with the images. --- ## Changelog * Outlines are now clipped using the node's own clipping rect, not the parent's. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |