Modify ↓
Attachments (2)
Change History (9)
by , 7 years ago
| Attachment: | Screenshot 2019-03-06 at 12.12.13.png added |
|---|
comment:1 by , 7 years ago
| Description: | modified (diff) |
|---|---|
| Keywords: | html added |
comment:2 by , 7 years ago
| Cc: | added |
|---|
comment:3 by , 7 years ago
@stoecker: reverting r11625 fixes the issue on Windows. Can you please check on Linux as well? Maybe this was needed two years ago because of a Java bug since fixed?
-
src/org/openstreetmap/josm/actions/AddImageryLayerAction.java
69 69 * @param info The imagery info 70 70 */ 71 71 public AddImageryLayerAction(ImageryInfo info) { 72 super(info.getMenuName(), /* ICON */"imagery_menu", tr("Add imagery layer {0}", info.getName()), null,72 super(info.getMenuName(), /* ICON */"imagery_menu", info.getToolTipText(), null, 73 73 true, ToolbarPreferences.IMAGERY_PREFIX + info.getToolbarName(), false); 74 74 setHelpId(ht("/Preferences/Imagery")); 75 setTooltip(info.getToolTipText().replaceAll("</?html>", ""));76 75 this.info = info; 77 76 installAdapters();
comment:4 by , 7 years ago
| Milestone: | → 19.03 |
|---|
by , 7 years ago
| Attachment: | ImageryTooltipCollage.png added |
|---|
comment:5 by , 7 years ago
See ImageryTooltipCollage.png
In the preferences it works while in the Imagery menu and the toolbar not. And in the layer list there is a different tooltip. Maybe the tooltips could be unified.
Note:
See TracTickets
for help on using tickets.




Probably related to r11625