[patch] Request focus in SplitWayAction window segment list
When splitting a way in expert mode, a window appears for selecting the segment for history reuse. If you are not satisfied with the default selection (way with most nodes), currently you need to use the mouse to change it.
After adding this line, up/down keys will also be usable without further interaction to select the way, which speeds up editing.
-
|
|
|
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); |
Change History
(10)
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
up