Modify ↓
Opened 2 years ago
Closed 2 years ago
#22786 closed enhancement (fixed)
[patch] Link to context sensitive help is missing for "Expert Mode"
Reported by: | skyper | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | 23.03 |
Component: | Core | Version: | |
Keywords: | template_report help | Cc: |
Description
What steps will reproduce the problem?
- Hover mouse over View menu item "Expert Mode"
- Press
F1
What is the expected result?
What happens instead?
Help content for the help topic Action/ExpertToggle is not available yet.
Please provide any additional information below. Attach a screenshot if possible.
Relative:URL: ^/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2023-03-02 08:22:33 +0100 (Thu, 02 Mar 2023) Revision:18679 Build-Date:2023-03-03 02:30:57 URL:https://josm.openstreetmap.de/svn/trunk
Attachments (0)
Change History (2)
comment:1 by , 2 years ago
Milestone: | → 23.03 |
---|---|
Summary: | Link to context sensitive help is missing for "Expert Mode" → [patch] Link to context sensitive help is missing for "Expert Mode" |
Note:
See TracTickets
for help on using tickets.
src/org/openstreetmap/josm/actions/ExpertToggleAction.java
null, falseToolbarId("expertmode");Edit: also moved the toolbarId setup to the constructor. One less line of code.