Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sor-ca/egui
Browse files Browse the repository at this point in the history
  • Loading branch information
sor-ca committed May 30, 2024
2 parents 8c695c2 + b531db5 commit 9d5c67d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/egui/src/menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,9 @@ impl SubMenu {
}
}

///Components of menu state, public for advanced usage. Usually you don't need to use it directly
/// Components of menu state, public for advanced usage.
///
/// Usually you don't need to use it directly.
pub struct MenuState {
/// The opened sub-menu and its [`Id`]
sub_menu: Option<(Id, Arc<RwLock<MenuState>>)>,
Expand Down

0 comments on commit 9d5c67d

Please sign in to comment.