Ignore:
Timestamp:
2015-07-05T02:55:10+02:00 (9 years ago)
Author:
Don-vip
Message:

findbugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/AbstractTileSourceLayer.java

    r8570 r8571  
    10141014                    g.drawLine(0, p.y, mv.getWidth(), p.y);
    10151015                }
    1016                 yCursor = t.getYtile();
    1017             }
    1018             // This draws the vertical lines for the entire
    1019             // column. Only draw them for the top tile in
    1020             // the column.
     1016                //yCursor = t.getYtile();
     1017            }
     1018            // This draws the vertical lines for the entire column. Only draw them for the top tile in the column.
    10211019            if (xCursor < t.getXtile()) {
    10221020                if (t.getXtile() % 32 == 0) {
     
    10261024                    g.drawLine(p.x, 0, p.x, mv.getHeight());
    10271025                }
    1028                 xCursor = t.getXtile();
     1026                //xCursor = t.getXtile();
    10291027            }
    10301028        }
Note: See TracChangeset for help on using the changeset viewer.