Changeset 14649 in josm


Ignore:
Timestamp:
2019-01-06T10:30:51+01:00 (5 years ago)
Author:
simon04
Message:

see #17173 - Fix LinkTest

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/presets/items/Link.java

    r14647 r14649  
    5454            };
    5555            p.add(label, GBC.eol().insets(0, 10, 0, 0).fill(GBC.HORIZONTAL));
    56         } else {
     56        } else if (href != null || locale_href != null) {
    5757            final String url = Optional.ofNullable(locale_href).orElse(href);
    5858            final UrlLabel label = new UrlLabel(url, locale_text, 2);
Note: See TracChangeset for help on using the changeset viewer.