Changeset 33054 in osm for applications/editors/josm/plugins/smed/src/panels/PanelChan.java
- Timestamp:
- 2016-11-12T04:42:33+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/src/panels/PanelChan.java
r32767 r33054 1 // License: GPL. For details, see LICENSE file. 1 2 package panels; 2 3 … … 311 312 topmarkButton.setSelected(dlg.panelMain.mark.getTopmark() != Top.NOTOP); 312 313 topmarkButton.setVisible(dlg.panelMain.mark.testValid()); 313 Boolean lit = (dlg.panelMain.mark.getLightAtt(Att.COL, 0) != Col.UNKCOL) && !((String)dlg.panelMain.mark.getLightAtt(Att.CHR, 0)).isEmpty(); 314 Boolean lit = (dlg.panelMain.mark.getLightAtt(Att.COL, 0) != Col.UNKCOL) 315 && !((String) dlg.panelMain.mark.getLightAtt(Att.CHR, 0)).isEmpty(); 314 316 lightButton.setBorderPainted(lit); 315 317 lightButton.setSelected(lit);
Note:
See TracChangeset
for help on using the changeset viewer.