summaryrefslogtreecommitdiff
path: root/frontends/cocoa/LocalHistoryController.m
diff options
context:
space:
mode:
authorSven Weidauer <sven@5sw.de>2017-06-22 22:08:42 +0200
committerSven Weidauer <sven@5sw.de>2017-06-22 22:08:42 +0200
commitef7b8258405761d44731cb4967c923a99bf72e37 (patch)
tree42dcf3382ab232824ab97cc0d885f4140407cee7 /frontends/cocoa/LocalHistoryController.m
parent2e5519f22742e7f5751d8a6098e8479bfbc9919b (diff)
downloadnetsurf-ef7b8258405761d44731cb4967c923a99bf72e37.tar.gz
netsurf-ef7b8258405761d44731cb4967c923a99bf72e37.tar.bz2
Update history view.
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];