Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Nov 16, 2023
1 parent 9fc3eaf commit adb318f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform_impl/gtk/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ impl MenuChild {
) -> crate::Result<gtk::MenuItem> {
let submenu = gtk::Menu::new();
let item = gtk::MenuItem::builder()
.label(&to_gtk_mnemonic(&self.text))
.label(to_gtk_mnemonic(&self.text))
.use_underline(true)
.submenu(&submenu)
.sensitive(self.enabled)
Expand Down

0 comments on commit adb318f

Please sign in to comment.