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/src/org/openstreetmap/josm/actions/relation/RecentRelationsAction.java
+++ b/src/org/openstreetmap/josm/actions/relation/RecentRelationsAction.java
@@ -67,7 +67,7 @@ public class RecentRelationsAction implements ActionListener, CommandQueueListen
      * Enables arrow button.
      */
     public void enableArrow() {
-        arrow.setEnabled(getLastRelation() != null);
+        arrow.setVisible(getLastRelation() != null);
     }
 
     /**
