Changeset 29188 in osm for applications


Ignore:
Timestamp:
2013-01-11T10:28:36+01:00 (12 years ago)
Author:
the111
Message:

Fix #josm8343 - remove "focus" from zoom slider

Location:
applications/viewer/jmapviewer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapViewer.java

    r29187 r29188  
    141141            }
    142142        });
     143        zoomSlider.setFocusable(false);
    143144        add(zoomSlider);
    144145        int size = 18;
     
    158159            }
    159160        });
     161        zoomInButton.setFocusable(false);
    160162        add(zoomInButton);
    161163        try {
     
    174176            }
    175177        });
     178        zoomOutButton.setFocusable(false);
    176179        add(zoomOutButton);
    177180    }
Note: See TracChangeset for help on using the changeset viewer.