Ignore:
Timestamp:
2016-08-15T17:40:22+02:00 (8 years ago)
Author:
Don-vip
Message:

fix #13175 - Use invalidation event instead of isChanged() (patch by michael2402) - gsoc-core

File:
1 edited

Legend:

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

    r10611 r10809  
    426426     *
    427427     * @return True if layer was changed since last paint
    428      */
     428     * @deprecated This is not supported by multiple map views.
     429     * Fire an {@link #invalidate()} to trigger a repaint.
     430     * Let this method return false if you only use invalidation events.
     431     */
     432    @Deprecated
    429433    public boolean isChanged() {
    430434        return true;
Note: See TracChangeset for help on using the changeset viewer.