Ignore:
Timestamp:
2010-05-15T18:59:10+02:00 (14 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.