Changeset 3100 in josm for trunk/src


Ignore:
Timestamp:
2010-03-09T13:39:51+01:00 (14 years ago)
Author:
Gubaer
Message:

fixed #4686: When editing tags in the relation editor <TAB> will highlight new fields but not place the cursor there, this inhibits copy/paste

File:
1 edited

Legend:

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

    r3083 r3100  
    127127            }
    128128            changeSelection(row, col, false, false);
     129            requestFocusInCell(row,col);
    129130        }
    130131    }
     
    153154            }
    154155            changeSelection(row, col, false, false);
     156            requestFocusInCell(row,col);
    155157        }
    156158    }
Note: See TracChangeset for help on using the changeset viewer.