Skip to content

Commit

Permalink
pub
Browse files Browse the repository at this point in the history
  • Loading branch information
sor-ca committed May 25, 2024
1 parent 21d6b48 commit 73d8a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ impl SubMenu {
}
}

pub(crate) struct MenuState {
pub struct MenuState {
/// The opened sub-menu and its [`Id`]
sub_menu: Option<(Id, Arc<RwLock<MenuState>>)>,

Expand Down

0 comments on commit 73d8a2d

Please sign in to comment.