Ticket #12409: RecentRelationsHideArrow.patch
File RecentRelationsHideArrow.patch, 638 bytes (added by , 10 years ago) |
---|
-
src/org/openstreetmap/josm/actions/relation/RecentRelationsAction.java
diff --git a/src/org/openstreetmap/josm/actions/relation/RecentRelationsAction.java b/src/org/openstreetmap/josm/actions/relation/RecentRelationsAction.java index d2eb2a6..6ece250 100644
a b public class RecentRelationsAction implements ActionListener, CommandQueueListen 67 67 * Enables arrow button. 68 68 */ 69 69 public void enableArrow() { 70 arrow.set Enabled(getLastRelation() != null);70 arrow.setVisible(getLastRelation() != null); 71 71 } 72 72 73 73 /**