mirror of
https://github.com/bevyengine/bevy
synced 2024-12-19 09:33:06 +00:00
a84d8c3239
# Objective Resolves #10727. `outline.width` was being assigned to `node.outline_offset` instead of `outline.offset`. ## Solution Changed `.width` to `.offset` in line 413. |
||
---|---|---|
.. | ||
layout | ||
render | ||
widget | ||
accessibility.rs | ||
camera_config.rs | ||
focus.rs | ||
geometry.rs | ||
lib.rs | ||
measurement.rs | ||
node_bundles.rs | ||
stack.rs | ||
ui_material.rs | ||
ui_node.rs | ||
update.rs |