Index: /trunk/src/org/openstreetmap/josm/gui/download/SlippyMapChooser.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/download/SlippyMapChooser.java	(revision 16891)
+++ /trunk/src/org/openstreetmap/josm/gui/download/SlippyMapChooser.java	(revision 16892)
@@ -9,5 +9,4 @@
 
 import javax.swing.ActionMap;
-import javax.swing.JPanel;
 
 import org.openstreetmap.josm.data.Bounds;
@@ -22,5 +21,5 @@
  * @since 1390
  */
-public class SlippyMapChooser extends JPanel implements DownloadSelection, PropertyChangeListener {
+public class SlippyMapChooser implements DownloadSelection, PropertyChangeListener {
 
     private DownloadDialog iGui;
@@ -46,5 +45,4 @@
     public void setDownloadArea(Bounds area) {
         pnlSlippyMapBBoxChooser.setBoundingBox(area);
-        repaint();
     }
 
@@ -75,5 +73,4 @@
             // resize and center the DownloadDialog
             iGui.setBounds((iScreenSize.width - w) / 2, (iScreenSize.height - h) / 2, w, h);
-            repaint();
         }
     }
