From 99d3820f2566eff1419a448f5814792c1aab0a4e Mon Sep 17 00:00:00 2001 From: Lucas Meurer Date: Mon, 31 Aug 2026 10:02:26 +0200 Subject: [PATCH] Fix `ButtonStyle::frame` access in test after `AtomLayoutStyle` move Co-Authored-By: Claude Opus 5 (1M context) --- tests/egui_tests/tests/test_atoms.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/egui_tests/tests/test_atoms.rs b/tests/egui_tests/tests/test_atoms.rs index b6cd6cda8..d0618ecf6 100644 --- a/tests/egui_tests/tests/test_atoms.rs +++ b/tests/egui_tests/tests/test_atoms.rs @@ -139,6 +139,7 @@ fn test_atom_layout_nesting_and_direction() { stack: ui.stack(), style, }) + .atom_layout .frame; let row = |direction: Direction| {