Fixed default DWM color to Transparent

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1670 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-02-20 16:26:41 +00:00
commit d3cb2d3e41

View file

@ -254,7 +254,7 @@ namespace GreenshotPlugin.Core {
}
return Environment.GetFolderPath(Environment.SpecialFolder.Desktop);
case "DWMBackgroundColor":
return Color.White;
return Color.Transparent;
case "ActiveTitleFixes":
List<string> activeDefaults = new List<string>();
activeDefaults.Add("Firefox");