Changeset 33054 in osm for applications/editors/josm/plugins/smed/src/panels/PanelLights.java
- Timestamp:
- 2016-11-12T04:42:33+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/src/panels/PanelLights.java
r32767 r33054 1 // License: GPL. For details, see LICENSE file. 1 2 package panels; 2 3 … … 491 492 chBox.setVisible(false); 492 493 chBox.setText(SmedAction.panelMain.mark.getChannel()); 493 if ((SmedAction.panelMain.mark.getObject() == Obj.LNDMRK) && ((SmedAction.panelMain.mark.getCategory() != Cat.NOCAT) || (SmedAction.panelMain.mark.getFunc() != Fnc.UNKFNC))) { 494 if ((SmedAction.panelMain.mark.getObject() == Obj.LNDMRK) 495 && ((SmedAction.panelMain.mark.getCategory() != Cat.NOCAT) || (SmedAction.panelMain.mark.getFunc() != Fnc.UNKFNC))) { 494 496 functionLabel.setVisible(true); 495 497 categoryLabel.setVisible(true);
Note:
See TracChangeset
for help on using the changeset viewer.