Ignore:
Timestamp:
2017-11-22T02:27:11+01:00 (6 years ago)
Author:
Don-vip
Message:

fix #13883 - statusbar is not updated when the map is moved with keyboard (ctrl + arrow keys)

File:
1 edited

Legend:

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

    r12846 r13143  
    697697        if (!initial) {
    698698            repaint();
     699            refreshMouse();
    699700            fireZoomChanged();
    700701        }
     702    }
     703
     704    protected void refreshMouse() {
     705        // To be overriden by subclasses handling mouse events
    701706    }
    702707
Note: See TracChangeset for help on using the changeset viewer.