Ignore:
Timestamp:
2010-05-08T17:44:45+02:00 (14 years ago)
Author:
jttt
Message:

Fix #4396 Priorities for style elements working only partially

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/MapPainter.java

    r3201 r3222  
    180180    }
    181181
    182     public void drawNodeIcon(Node n, ImageIcon icon, boolean annotate, boolean selected, String name) {
     182    public void drawNodeIcon(Node n, ImageIcon icon, boolean selected, String name) {
    183183        Point p = nc.getPoint(n);
    184184        if ((p.x < 0) || (p.y < 0) || (p.x > nc.getWidth()) || (p.y > nc.getHeight())) return;
Note: See TracChangeset for help on using the changeset viewer.