Changeset 6339 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2013-10-29T00:54:20+01:00 (10 years ago)
Author:
Don-vip
Message:

fix display of notifications when the map is not displayed

File:
1 edited

Legend:

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

    r6205 r6339  
    120120        } else {
    121121            x = MARGIN;
    122             y = parentWindow.getHeight() - size.height - MARGIN;
     122            y = parentWindow.getHeight() - Main.toolbar.control.getSize().height - size.height - MARGIN;
    123123        }
    124124        parentWindow.getLayeredPane().add(currentNotificationPanel, JLayeredPane.POPUP_LAYER, 0);
Note: See TracChangeset for help on using the changeset viewer.