mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
Fix ButtonStyle::frame access in test after AtomLayoutStyle move
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -139,6 +139,7 @@ fn test_atom_layout_nesting_and_direction() {
|
|||||||
stack: ui.stack(),
|
stack: ui.stack(),
|
||||||
style,
|
style,
|
||||||
})
|
})
|
||||||
|
.atom_layout
|
||||||
.frame;
|
.frame;
|
||||||
|
|
||||||
let row = |direction: Direction| {
|
let row = |direction: Direction| {
|
||||||
|
|||||||
Reference in New Issue
Block a user