Ignore:
Timestamp:
2009-10-27T18:49:09+01:00 (14 years ago)
Author:
Gubaer
Message:

Some updates in download dialog and related

File:
1 edited

Legend:

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

    r2331 r2332  
    310310                         )
    311311                    );
    312                     updatingSelf = true;
    313312                    gui.boundingBoxChanged(b,null);
    314                     updatingSelf = false;
    315313                }
    316314            }
     
    332330    }
    333331
    334     // if bounding box selected on other tab, de-select item
    335     public void boundingBoxChanged(DownloadDialog gui) {
    336         if (!updatingSelf) {
    337             searchResultDisplay.clearSelection();
    338         }
     332    public void setDownloadArea(Bounds area) {
     333       searchResultDisplay.clearSelection();
    339334    }
    340335}
Note: See TracChangeset for help on using the changeset viewer.