Changeset 6205 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2013-08-28T12:02:23+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/NotificationManager.java
r6132 r6205 113 113 JFrame parentWindow = (JFrame) Main.parent; 114 114 Dimension size = currentNotificationPanel.getPreferredSize(); 115 if (Main.isDisplayingMapView() ) {115 if (Main.isDisplayingMapView() && Main.map.mapView.getHeight() > 0) { 116 116 MapView mv = Main.map.mapView; 117 117 Point mapViewPos = SwingUtilities.convertPoint(mv.getParent(), mv.getX(), mv.getY(), Main.parent);
Note:
See TracChangeset
for help on using the changeset viewer.