Changeset 30738 in osm for applications/editors/josm/plugins/smed/src/panels/PanelTop.java
- Timestamp:
- 2014-10-19T01:27:04+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/src/panels/PanelTop.java
r30737 r30738 38 38 JRadioButton button = tops.get(top); 39 39 if (button.isSelected()) { 40 dlg.panelMain.mark.setTopmark(top);40 SmedAction.panelMain.mark.setTopmark(top); 41 41 button.setBorderPainted(true); 42 42 } else … … 79 79 for (Top top : tops.keySet()) { 80 80 JRadioButton button = tops.get(top); 81 if ( dlg.panelMain.mark.getTopmark() == top) {81 if (SmedAction.panelMain.mark.getTopmark() == top) { 82 82 button.setBorderPainted(true); 83 83 } else
Note:
See TracChangeset
for help on using the changeset viewer.
