From 5c30903a5f07342b1c2741240ff8dd173c1c641f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Mon, 5 Jul 2021 10:38:40 +0200 Subject: [PATCH] set SolidBackground to false for DebugInterface --- Samples/DebugLogAnalyzer/src/DebugInterface.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Samples/DebugLogAnalyzer/src/DebugInterface.cs b/Samples/DebugLogAnalyzer/src/DebugInterface.cs index 4f6a84aa..a9cd51f1 100644 --- a/Samples/DebugLogAnalyzer/src/DebugInterface.cs +++ b/Samples/DebugLogAnalyzer/src/DebugInterface.cs @@ -17,6 +17,7 @@ namespace Crow } public DebugInterface (IntPtr hWin) : base (hWin) { + SolidBackground = false; surf = new ImageSurface (Format.Argb32, 100, 100); } -- 2.47.3