- Timestamp:
- 2020-02-22T13:50:06+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/ImageProvider.java
r15889 r15895 1534 1534 */ 1535 1535 public static ImageIcon getPadded(OsmPrimitive primitive, Dimension iconSize, Collection<GetPaddedOptions> options) { 1536 if (iconSize.width <= 0 || iconSize.height <= 0) { 1537 return null; 1538 } 1539 1536 1540 // Check if the current styles have special icon for tagged objects. 1537 1541 if (primitive.isTagged()) {
Note:
See TracChangeset
for help on using the changeset viewer.