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:
Manuel Giraud 2023-02-14 15:08:17 +01:00 committed by Eli Zaretskii
parent 4c49452cde
commit c61a30e160

View file

@ -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)