bevy/crates/bevy_ui/src
ickshonpe a879f98d3b
UI extraction order fix (#9099)
# Objective

Fixes #9097

## Solution

Reorder the `ExtractSchedule` so that the `extract_text_uinodes` and
`extract_uinode_borders` systems are run after `extract_atlas_uinodes`.

## Changelog

`bevy_ui::render`:
* Added the `ExtractAtlasNode` variant to `RenderUiSystem`.
* Changed `ExtractSchedule` so that `extract_uinode_borders` and
`extract_text_uinodes` run after `extract_atlas_uinodes`.
2023-07-23 13:06:36 +00:00
..
layout Growing UI nodes Fix (#8931) 2023-07-09 07:33:22 +00:00
render UI extraction order fix (#9099) 2023-07-23 13:06:36 +00:00
widget Fix typos throughout the project (#9090) 2023-07-10 00:11:51 +00:00
accessibility.rs Move bevy_ui accessibility systems to PostUpdate. (#8653) 2023-05-23 23:50:48 +00:00
camera_config.rs bevy_reflect: FromReflect Ergonomics Implementation (#6056) 2023-06-29 01:31:34 +00:00
focus.rs Divide by UiScale when converting UI coordinates from physical to logical (#8720) 2023-07-06 20:27:54 +00:00
geometry.rs bevy_reflect: FromReflect Ergonomics Implementation (#6056) 2023-06-29 01:31:34 +00:00
lib.rs Allow tuples and single plugins in add_plugins, deprecate add_plugin (#8097) 2023-06-21 20:51:03 +00:00
measurement.rs Fix bevy_ui compilation failure without bevy_text (#8985) 2023-07-03 23:10:10 +00:00
node_bundles.rs Fix missing bevy_text feature cfg attribute (#8670) 2023-06-29 00:33:35 +00:00
stack.rs Fix typos throughout the project (#9090) 2023-07-10 00:11:51 +00:00
ui_node.rs Remove out-of-date paragraph in Style::border (#9103) 2023-07-10 17:05:03 +00:00
update.rs Split UI Overflow by axis (#8095) 2023-04-17 22:23:52 +00:00