mirror of
https://codeberg.org/cage/tinmop/
synced 2025-02-17 08:10:36 +01:00
- [GUI] fixed vertical positioning for inlined images.
This commit is contained in:
parent
0fe2efe2b5
commit
ee34c9669d
@ -435,7 +435,8 @@
|
||||
do
|
||||
(let ((link-value (absolutize-link (get-address-bar-text main-window)
|
||||
(getf line :href))))
|
||||
(inline-image main-window link-value line-number)))))
|
||||
(inline-image main-window link-value line-number)
|
||||
(incf line-number)))))
|
||||
|
||||
(defun inline-all-images-clsr (main-window)
|
||||
(lambda ()
|
||||
|
Loading…
x
Reference in New Issue
Block a user