* lisp/emacs-lisp/icons.el (icons--create): Use default rotation 0 (bug#57813)
This commit is contained in:
parent
4c66a4addc
commit
8574ae625e
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ present if the icon is represented by an image."
|
|||
(window-default-line-height)
|
||||
height)
|
||||
:scale 1
|
||||
:rotation (plist-get keywords :rotation)
|
||||
:rotation (or (plist-get keywords :rotation) 0)
|
||||
:ascent (if (plist-member keywords :ascent)
|
||||
(plist-get keywords :ascent)
|
||||
'center))
|
||||
|
|
Loading…
Add table
Reference in a new issue