mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #58] Standard menu item are showed are checkbox menu. #32
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @parro-it on GitHub (Mar 19, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/58
It appears that they are added as standard menu item,
but then switched to check when
checkedproperty is set to default value offalsehere: https://github.com/kusti8/proton-native/blob/master/src/components/MenuBar.js#L74Commenting this line make menu items appear as they should.
I don't know why
libuichange the menu item type once constructed, anyway, seems better to just remove the property setting on proton side, since a default menu item does not have the prop.@parro-it commented on GitHub (Mar 19, 2018):
Should be solved by #57
@kusti8 commented on GitHub (Mar 19, 2018):
Interesting. Thanks.
@mischnic commented on GitHub (Mar 19, 2018):
Basically the same problem as with https://github.com/kusti8/proton-native/pull/56.