Changeset 16294 in josm for trunk/src/org
- Timestamp:
- 2020-04-13T22:05:56+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/tagging/presets/items/Combo.java
r16282 r16294 104 104 p.add(combobox, GBC.std().fill(GBC.HORIZONTAL)); 105 105 JButton button = new JButton(new ChooseColorAction()); 106 button.setBorderPainted(false); 106 107 p.add(button, GBC.eol().fill(GBC.VERTICAL)); 107 108 ActionListener updateColor = ignore -> button.setBackground(getColor());
Note:
See TracChangeset
for help on using the changeset viewer.