Changeset 29169 in osm for applications/viewer


Ignore:
Timestamp:
2013-01-05T06:26:29+01:00 (12 years ago)
Author:
the111
Message:

Fix #josm8327 - Disappearing map

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapViewer.java

    r29163 r29169  
    525525                        Tile tile = tileController.getTile(tilex, tiley, zoom);
    526526                        if (tile != null) {
    527                             painted = true;
    528527                            tile.paint(g, posx, posy);
    529528                            if (tileGridVisible) {
     
    531530                            }
    532531                        }
     532                        painted = true;
    533533                    }
    534534                    Point p = move[iMove];
Note: See TracChangeset for help on using the changeset viewer.