Changeset 6336 in josm for trunk/src/org/openstreetmap/josm/actions/mapmode/ExtrudeAction.java
- Timestamp:
- 2013-10-27T05:35:41+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/ExtrudeAction.java
r6310 r6336 156 156 @Override 157 157 public void eventDispatched(AWTEvent e) { 158 if (Main.map == null || Main.map.mapView == null|| !Main.map.mapView.isActiveLayerDrawable())158 if (!Main.isDisplayingMapView() || !Main.map.mapView.isActiveLayerDrawable()) 159 159 return; 160 160 InputEvent ie = (InputEvent) e;
Note:
See TracChangeset
for help on using the changeset viewer.
