Modify ↓
Opened 12 years ago
Closed 12 years ago
#8343 closed enhancement (fixed)
Remove "focus" (dotted outline) from zoom slider when used
Reported by: | The111 | Owned by: | The111 |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | JMapViewer | Version: | latest |
Keywords: | Cc: |
Description
Depending on the Swing "Look and Feel" chosen, it may be that the zoom slider (and buttons) are surrounded with a large ugly line when used. This can be removed by Component.setFocusable().
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Fixed in [o29188]. Also replaced release zip from [o29187] with an updated version.
This change does not affect JOSM, since JOSM does not use the zoom slider. If the removal of the focus (dotted lines) bothers anybody, I can make a new fix which creates an option of focusable or not. However, I am not sure that anyone will miss those dotted lines, which are only even visible in certain Swing Look & Feels.