Ignore:
Timestamp:
2016-06-16T12:37:18+02:00 (8 years ago)
Author:
Don-vip
Message:

gsoc-core - remove more deprecation warnings

File:
1 edited

Legend:

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

    r10371 r10395  
    387387        highlightUpdateCount = data.getHighlightUpdateCount();
    388388
    389         boolean active = mv.getActiveLayer() == this;
     389        boolean active = mv.getLayerManager().getActiveLayer() == this;
    390390        boolean inactive = !active && Main.pref.getBoolean("draw.data.inactive_color", true);
    391391        boolean virtual = !inactive && mv.isVirtualNodesEnabled();
Note: See TracChangeset for help on using the changeset viewer.