- Timestamp:
- 2016-02-03T15:07:34+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/relation/RecentRelationsAction.java
r9705 r9722 68 68 */ 69 69 public void enableArrow() { 70 arrow.set Enabled(getLastRelation() != null);70 arrow.setVisible(getLastRelation() != null); 71 71 } 72 72
Note:
See TracChangeset
for help on using the changeset viewer.