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:
parent
4c49452cde
commit
c61a30e160
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue