Opened 4 years ago

Last modified 4 years ago

#21792 closed enhancement

[patch] Request focus in SplitWayAction window segment list — at Initial Version

Reported by: gaben Owned by: team
Priority: trivial Milestone: 22.05
Component: Core Version:
Keywords: focus Cc:

Description

After adding this line, up/down keys are usable to select the way for history reuse. (The window is only available in expert mode.)

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

     
    242242                if (ds != null) {
    243243                    ds.addDataSetListener(dataSetListener);
    244244                }
     245                list.requestFocusInWindow();
    245246            } else {
    246247                if (ds != null) {
    247248                    ds.removeDataSetListener(dataSetListener);

Change History (0)

Note: See TracTickets for help on using tickets.