Changeset 12685 in josm
- Timestamp:
- 2017-08-28T16:47:12+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java
r12684 r12685 186 186 } 187 187 188 /* This should not be necessary, but if not here, repaint is not always correct in SlippyMap! */189 @Override190 public void paint(Graphics g) {191 tpDownloadAreaSelectors.getSelectedComponent().paint(g);192 super.paint(g);193 }194 195 188 /** 196 189 * Builds the button pane of the dialog.
Note:
See TracChangeset
for help on using the changeset viewer.