Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change :scale arugment from t to 1 #185

Merged
merged 2 commits into from Mar 17, 2021
Merged

Conversation

tgiannak
Copy link
Contributor

t is no longer accepted as :scale argument for create-image, but using 1
has the same behavior as before.

Fixes #184.

t is no longer accepted as :scale argument for create-image, but using 1
has the same behavior as before.

Fixes milkypostman#184.
@jpneverwas
Copy link

@tgiannak, looks like there's another one:

diff --git a/powerline-separators.el b/powerline-separators.el
index cd9f96d..0d69e75 100644
--- a/powerline-separators.el
+++ b/powerline-separators.el
@@ -204,7 +204,7 @@ destination color, and 2 is the interpolated color between 0 and 1."
                            '("};"))
                   'xpm t
                   :ascent 'center
-                  :scale t
+                  :scale 1.0
                   :face (when (and face1 face2)
                           ,dst-face)
                   ,(and body-2x

@milkypostman milkypostman merged commit cfff1cf into milkypostman:master Mar 17, 2021
@milkypostman
Copy link
Owner

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Powerline broken with latest emacs
3 participants