From d3cb2d3e419b6e59484c187ff490d6b9d780e486 Mon Sep 17 00:00:00 2001 From: RKrom Date: Mon, 20 Feb 2012 16:26:41 +0000 Subject: [PATCH] Fixed default DWM color to Transparent git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1670 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4 --- GreenshotPlugin/Core/CoreConfiguration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GreenshotPlugin/Core/CoreConfiguration.cs b/GreenshotPlugin/Core/CoreConfiguration.cs index 67b4917e2..91417465f 100644 --- a/GreenshotPlugin/Core/CoreConfiguration.cs +++ b/GreenshotPlugin/Core/CoreConfiguration.cs @@ -254,7 +254,7 @@ namespace GreenshotPlugin.Core { } return Environment.GetFolderPath(Environment.SpecialFolder.Desktop); case "DWMBackgroundColor": - return Color.White; + return Color.Transparent; case "ActiveTitleFixes": List activeDefaults = new List(); activeDefaults.Add("Firefox");