ace-window.el (aw--face-rel-height): Fix for int height

Fixes #157
old-master
Oleh Krehel 7 years ago
parent 379413cad1
commit a2f1dd5c28
  1. 2
      ace-window.el

@ -762,6 +762,8 @@ Modify `aw-fair-aspect-ratio' to tweak behavior."
1)
((floatp h)
(1+ (floor h)))
((integerp h)
1)
(t
(error "unexpected: %s" h)))))

Loading…
Cancel
Save