Commit 1648aee
committed
Context menu: fix note groups getting 'stuck' or not updating properly
Prior to 8013f4c, these weren't issues due to the menu always being rebuilt before opening the context menu. Now that it isn't being rebuilt, the menu items weren't being deselected when another group was selected from the context menu, and they weren't being updated at all when the current group was changed through the manager. This commit fixes both of those issues by adding the radio items to a group as they should have been from the start, and making sure the correct item is selected whenever the current group setting is changed.
Fixes #1661 parent d0c6ba5 commit 1648aee
1 file changed
Lines changed: 20 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
693 | 693 | | |
694 | 694 | | |
695 | 695 | | |
| 696 | + | |
696 | 697 | | |
697 | 698 | | |
698 | 699 | | |
| |||
776 | 777 | | |
777 | 778 | | |
778 | 779 | | |
779 | | - | |
| 780 | + | |
780 | 781 | | |
781 | 782 | | |
782 | 783 | | |
| |||
904 | 905 | | |
905 | 906 | | |
906 | 907 | | |
| 908 | + | |
| 909 | + | |
907 | 910 | | |
908 | 911 | | |
909 | 912 | | |
| |||
915 | 918 | | |
916 | 919 | | |
917 | 920 | | |
| 921 | + | |
918 | 922 | | |
919 | 923 | | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
920 | 928 | | |
921 | 929 | | |
922 | | - | |
923 | | - | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
924 | 934 | | |
| 935 | + | |
925 | 936 | | |
926 | 937 | | |
927 | 938 | | |
| |||
954 | 965 | | |
955 | 966 | | |
956 | 967 | | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
957 | 974 | | |
958 | 975 | | |
959 | 976 | | |
| |||
0 commit comments