Ticket #6437: nomulti.patch

File nomulti.patch, 845 bytes (added by bilbo, 15 years ago)

patch

  • src/org/openstreetmap/josm/actions/CreateMultipolygonAction.java

     
    101101            List<Command> list = this.removeTagsFromInnerWays(relation);
    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.
    107106            // (Yes, we are already in event dispatch thread. But DatasetEventManager