Changeset 6530 in josm for trunk/src/org
- Timestamp:
- 2013-12-25T19:30:02+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/WindowGeometry.java
r6522 r6530 314 314 } 315 315 316 int deltay = (p. x+ size.height) - (virtualBounds.y + virtualBounds.height);316 int deltay = (p.y + size.height) - (virtualBounds.y + virtualBounds.height); 317 317 if (deltay > 0) { 318 318 size.height -= deltay;
Note:
See TracChangeset
for help on using the changeset viewer.