From: Jean-Philippe Bruyère Date: Mon, 5 Jul 2021 08:38:40 +0000 (+0200) Subject: set SolidBackground to false for DebugInterface X-Git-Tag: v0.9.5-beta~11 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=5c30903a5f07342b1c2741240ff8dd173c1c641f;p=jp%2Fcrow.git set SolidBackground to false for DebugInterface --- 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); }