bevy/crates/bevy_ui/src
Aldrich Suratos 5c3c8e7189 Fix typo in resolve_outlines_system (#10730)
# Objective

Resolves  #10727.

`outline.width` was being assigned to `node.outline_offset` instead of
`outline.offset`.

## Solution

Changed `.width` to `.offset` in line 413.
2023-11-29 16:53:56 -08:00
..
layout Fix typo in resolve_outlines_system (#10730) 2023-11-29 16:53:56 -08:00
render Fix panic when using image in UiMaterial (#10591) 2023-11-29 16:46:44 -08:00
widget Fix crash with certain right-aligned text (#10271) 2023-10-26 22:09:34 +00:00
accessibility.rs Various accessibility API updates. (#9989) 2023-10-02 21:22:52 +00:00
camera_config.rs bevy_reflect: FromReflect Ergonomics Implementation (#6056) 2023-06-29 01:31:34 +00:00
focus.rs Make clipped areas of UI nodes non-interactive (#10454) 2023-11-29 16:53:01 -08:00
geometry.rs don't Implement Display for Val (#10345) 2023-11-02 21:54:41 +00:00
lib.rs Add UI Materials (#9506) 2023-11-03 22:33:01 +00:00
measurement.rs Change the default for the measure_func field of ContentSize to None. (#9346) 2023-08-07 23:06:40 +00:00
node_bundles.rs UI Materials: ignore entities with a BackgroundColor component (#10434) 2023-11-29 16:40:05 -08:00
stack.rs Add stack index to Node (#9853) 2023-10-31 23:32:51 +00:00
ui_material.rs Add UI Materials (#9506) 2023-11-03 22:33:01 +00:00
ui_node.rs Add stack index to Node (#9853) 2023-10-31 23:32:51 +00:00
update.rs Do not panic on non-UI child of UI entity (#9621) 2023-08-29 10:49:40 +00:00