[LyX/master] Make background color of PreviewLoader transparent

Koji Yokota <[email protected]> Fri, 24 Jul 2026 05:46:41 +0000
Newsgroups gmane.editors.lyx.cvs
Message-ID <[email protected]>
commit ed8a7b8bb69b098836f9e8759f498b5447e2d33d
Author: Koji Yokota <[email protected]>
Date:   Fri Jul 24 14:44:17 2026 +0900

    Make background color of PreviewLoader transparent
---
 src/graphics/PreviewLoader.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/graphics/PreviewLoader.h b/src/graphics/PreviewLoader.h
index 151be82b5f..305730dc0a 100644
--- a/src/graphics/PreviewLoader.h
+++ b/src/graphics/PreviewLoader.h
@@ -90,7 +90,7 @@ public:
 	/// Which buffer owns this loader.
 	Buffer const & buffer() const;
 	/// The background color used
-	static ColorCode backgroundColor() { return Color_background; }
+	static ColorCode backgroundColor() { return Color_transparent; }
 	/// The foreground color used
 	static ColorCode foregroundColor() { return Color_preview; }
 
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs