Ignore:
Timestamp:
15.05.2010 18:59:10 (2 years ago)
Author:
jttt
Message:

Fix #2234: Translation can cause JosmActions to illegally handle shortcuts

File:
1 edited

Legend:

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

    r3189 r3252  
    9191    public final int DEF_TOGGLE_DLG_WIDTH = 330; 
    9292 
    93     public MapFrame() { 
     93    public MapFrame(JPanel contentPane) { 
    9494        setSize(400,400); 
    9595        setLayout(new BorderLayout()); 
    9696 
    97         mapView = new MapView(); 
     97        mapView = new MapView(contentPane); 
    9898 
    9999        new FileDrop(mapView); 
Note: See TracChangeset for help on using the changeset viewer.