mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 18:57:28 -07:00
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:
parent
6326c5a9f1
commit
d3cb2d3e41
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue