Changes between Initial Version and Version 1 of Ticket #7380, comment 2
- Timestamp:
- 2012-02-12T19:01:23+01:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7380, comment 2
initial v1 1 Hm, strange. How can it appear if mnenu item is added in DrawAction constructor with code1 Hm, strange. How can it appear? Menu item is added in DrawAction constructor with code 2 2 {{{#!java 3 3 snapCheckboxMenuItem = MainMenu.addWithCheckbox(Main.main.menu.editMenu, new SnapChangeAction(), MainMenu.WINDOW_MENU_GROUP.VOLATILE); 4 4 }}} 5 Can you please upload preferences.xml which gives the effect?