branch: externals/engrave-faces
commit e857ef72ed7206e6bb6fba8e04abf08ecea520e7
Author: TEC <t...@tecosaur.com>
Commit: TEC <t...@tecosaur.com>

    Redraw display after switching back to orig theme
---
 engrave-faces.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/engrave-faces.el b/engrave-faces.el
index d1f8386a74..aebf6ee050 100644
--- a/engrave-faces.el
+++ b/engrave-faces.el
@@ -394,6 +394,7 @@ The theme t is treated as shorthand for the current theme."
                    (load-theme theme t)
                    (setq spec (engrave-faces-generate-preset))
                    (load-theme old-theme t)
+                   (redraw-display)
                    spec))))
           (unless noput
             (push (cons theme spec) engrave-faces-themes))

Reply via email to