summaryrefslogtreecommitdiff
path: root/lisp/pdf-annot.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/pdf-annot.el')
-rw-r--r--lisp/pdf-annot.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/pdf-annot.el b/lisp/pdf-annot.el
index ddb7d92..f1cd264 100644
--- a/lisp/pdf-annot.el
+++ b/lisp/pdf-annot.el
@@ -981,7 +981,8 @@ other annotations."
page (car size)
`("white" "steel blue" 0.35 ,@edges))
:map (pdf-view-apply-hotspot-functions
- window page size))))
+ window page size)
+ :width (car size))))
(pdf-util-scroll-to-edges
(pdf-util-scale-relative-to-pixel (car edges)))))))