Update thumbnail buffer's header more
* lisp/image/image-dired.el (image-dired-display-thumbs): Call image-dired--update-header-line. (Bug#61508)
This commit is contained in:
committed by
Eli Zaretskii
parent
4c49452cde
commit
c61a30e160
@@ -593,7 +593,8 @@ thumbnail buffer to be selected."
|
||||
(if do-not-pop
|
||||
(display-buffer buf)
|
||||
(pop-to-buffer buf))
|
||||
(image-dired--line-up-with-method))))
|
||||
(image-dired--line-up-with-method)
|
||||
(image-dired--update-header-line))))
|
||||
|
||||
;;;###autoload
|
||||
(defun image-dired-show-all-from-dir (dir)
|
||||
|
||||
Reference in New Issue
Block a user