]> O.S.I.I.S - jp/crow.git/commitdiff
set SolidBackground to false for DebugInterface
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Mon, 5 Jul 2021 08:38:40 +0000 (10:38 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Mon, 5 Jul 2021 08:38:40 +0000 (10:38 +0200)
Samples/DebugLogAnalyzer/src/DebugInterface.cs

index 4f6a84aaa306fb48b125569b709e64311dc1a6ff..a9cd51f17bbde51024215a27da8f69dacec39d1d 100644 (file)
@@ -17,6 +17,7 @@ namespace Crow
                }
                public DebugInterface (IntPtr hWin) : base (hWin)
                {
+                       SolidBackground = false;
                        surf = new ImageSurface (Format.Argb32, 100, 100);
                }