bevy/crates/bevy_ui/src
Gabriel Bourgeois e41c5c212c Fix UI node Transform change detection (#4138)
# Objective

Fixes #4133 

## Solution

Add comparisons to make sure we don't dereference `Mut<>` in the two places where `Transform` is being mutated. `GlobalTransform` implementation already works properly so fixing Transform automatically fixed that as well.
2022-03-08 01:00:23 +00:00
..
flex Fix UI node Transform change detection (#4138) 2022-03-08 01:00:23 +00:00
render Add docs and common helper functions to Windows (#4107) 2022-03-08 00:46:04 +00:00
widget Add docs and common helper functions to Windows (#4107) 2022-03-08 00:46:04 +00:00
entity.rs Add FocusPolicy to NodeBundle and ImageBundle (#3952) 2022-02-15 22:31:51 +00:00
focus.rs Fix ui interactions when cursor disappears suddenly (#3926) 2022-02-13 01:49:34 +00:00
lib.rs Partially document bevy_ui (#3526) 2022-01-07 22:20:34 +00:00
margins.rs Partially document bevy_ui (#3526) 2022-01-07 22:20:34 +00:00
ui_node.rs Partially document bevy_ui (#3526) 2022-01-07 22:20:34 +00:00
update.rs Fix UI node Transform change detection (#4138) 2022-03-08 01:00:23 +00:00