Ignore:
Timestamp:
2015-02-03T21:53:19+01:00 (11 years ago)
Author:
Don-vip
Message:

fix #11064 - disable undo/redo feature for table cell editors

File:
1 edited

Legend:

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

    r7937 r8005  
    8686    public JosmTextArea(Document doc, String text, int rows, int columns) {
    8787        super(doc, text, rows, columns);
    88         TextContextualPopupMenu.enableMenuFor(this);
     88        TextContextualPopupMenu.enableMenuFor(this, true);
    8989        addFocusListener(this);
    9090    }
Note: See TracChangeset for help on using the changeset viewer.