Skip to content

Commit

Permalink
Don't allow a menu to dismiss the action content
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Jul 16, 2020
1 parent aea152d commit 7f60966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/menu_item.go
Expand Up @@ -131,8 +131,8 @@ func (i *menuItem) Tapped(*fyne.PointEvent) {
return
}

i.Item.Action()
i.Parent.Dismiss()
i.Item.Action()
}

type menuItemRenderer struct {
Expand Down

0 comments on commit 7f60966

Please sign in to comment.