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;
}

View file

@ -3,7 +3,7 @@ Greenshot: A screenshot tool optimized for productivity. Save a screenshot or a
CHANGE LOG:
1.0.0 build 1956 (Unstable, meaning we are in testing fase and haven't released yet)
1.0.0 build 1957 (Unstable, meaning we are in testing fase and haven't released yet)
We changed the version to 1.0.0, after 5 year the version should no longer have a "beta" feeling!