summaryrefslogtreecommitdiff
path: root/frontends/cocoa/LocalHistoryController.m
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/cocoa/LocalHistoryController.m')
-rw-r--r--frontends/cocoa/LocalHistoryController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/cocoa/LocalHistoryController.m b/frontends/cocoa/LocalHistoryController.m
index b54359ffc..1a60783cb 100644
--- a/frontends/cocoa/LocalHistoryController.m
+++ b/frontends/cocoa/LocalHistoryController.m
@@ -40,9 +40,9 @@
ArrowWindow *box = (ArrowWindow *)[self window];
+ [self.history updateHistory];
box.contentSize = self.history.size;
[box setArrowPosition:50];
- [self.history updateHistory];
[box attachToView:view];
NSRect frame = [box frame];