Changeset 4133 in josm for trunk/src


Ignore:
Timestamp:
2011-06-10T08:11:56+02:00 (13 years ago)
Author:
stoecker
Message:

fix #6437 - patch by bilbo - do not auto-show relation dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/CreateMultipolygonAction.java

    r3704 r4133  
    102102            list.add(new AddCommand(relation));
    103103            Main.main.undoRedo.add(new SequenceCommand(tr("Create multipolygon"), list));
    104             Main.map.relationListDialog.unfurlDialog();
    105104            // Use 'SwingUtilities.invokeLater' to make sure the relationListDialog
    106105            // knows about the new relation before we try to select it.
Note: See TracChangeset for help on using the changeset viewer.