diff --git a/crates/egui/src/containers/popup.rs b/crates/egui/src/containers/popup.rs index 4a457bf0..70050062 100644 --- a/crates/egui/src/containers/popup.rs +++ b/crates/egui/src/containers/popup.rs @@ -556,7 +556,9 @@ impl<'a> Popup<'a> { .info(info.unwrap_or_else(|| { UiStackInfo::new(kind.into()).with_tag_value( MenuConfig::MENU_CONFIG_TAG, - MenuConfig::new().close_behavior(close_behavior), + MenuConfig::new() + .close_behavior(close_behavior) + .style(style.clone()), ) }));