Changeset 17295 in josm


Ignore:
Timestamp:
2020-11-05T07:17:53+01:00 (4 years ago)
Author:
GerdP
Message:

see #19906: Scale, rotate & create areas tool: bottom toolbar unusable to view angle/scale factor/offset measurement
update statusline when exiting DrawAction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/mapmode/DrawAction.java

    r17188 r17295  
    317317    public void exitMode() {
    318318        super.exitMode();
     319
    319320        MapFrame map = MainApplication.getMap();
    320321        map.mapView.removeMouseListener(this);
     
    332333        if (ds != null) {
    333334            ds.getSelected().forEach(x -> updatePreservedFlag(x, false));
     335            map.statusLine.setDist(ds.getSelectedWays());
    334336        }
    335337
Note: See TracChangeset for help on using the changeset viewer.