Removed the capture window color setting for auto, this was not used anymore but the actual color (at least something very near to it) is used.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1957 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-07-18 19:48:05 +00:00
commit 5004e72877
2 changed files with 1 additions and 2 deletions

View file

@ -464,7 +464,6 @@ namespace Greenshot {
if (windowsVersion >= 6) {
switch (mode) {
case WindowCaptureMode.Aero:
case WindowCaptureMode.Auto:
colorButton_window_background.Visible = true;
return;
}