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
242 242 if (ds != null) { 243 243 ds.addDataSetListener(dataSetListener); 244 244 } 245 list.requestFocusInWindow(); 245 246 } else { 246 247 if (ds != null) { 247 248 ds.removeDataSetListener(dataSetListener);
Note:
See TracTickets
for help on using tickets.


