Ignore:
Timestamp:
2017-08-28T16:47:12+02:00 (7 years ago)
Author:
bastiK
Message:

see #15167, see #6720 - remove workaround that causes flickering on resize (idea by bafonins)

(hopefully, the original problem is no longer present)

File:
1 edited

Legend:

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

    r12684 r12685  
    186186    }
    187187
    188     /* This should not be necessary, but if not here, repaint is not always correct in SlippyMap! */
    189     @Override
    190     public void paint(Graphics g) {
    191         tpDownloadAreaSelectors.getSelectedComponent().paint(g);
    192         super.paint(g);
    193     }
    194 
    195188    /**
    196189     * Builds the button pane of the dialog.
Note: See TracChangeset for help on using the changeset viewer.