emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/indent-bars 7d415237d8 258/431: Use style correctly whe


From: ELPA Syncer
Subject: [elpa] externals/indent-bars 7d415237d8 258/431: Use style correctly when setting main stipple face
Date: Mon, 16 Sep 2024 12:59:35 -0400 (EDT)

branch: externals/indent-bars
commit 7d415237d85a63e0c50e8da130c401008c6a4383
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>

    Use style correctly when setting main stipple face
---
 indent-bars.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/indent-bars.el b/indent-bars.el
index a575fd3b38..7ba4462851 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -1404,7 +1404,8 @@ Adapted from `highlight-indentation-mode'."
   (face-spec-set (ibs/stipple-face style)
                 (indent-bars--stipple-face-spec
                  (frame-char-width) (frame-char-height)
-                 (indent-bars--stipple-rot nil (frame-char-width))))
+                 (indent-bars--stipple-rot nil (frame-char-width))
+                 style))
   
   ;; Current depth highlight faces/stipple
   (setf (ibs/current-bg-color style)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]