mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Fix the StyleModifier not being passed from popup to menu (#5805)
* [x] I have followed the instructions in the PR template
This commit is contained in:
@@ -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()),
|
||||
)
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user