mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 21:13:23 -07:00
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:
parent
3583b92fe8
commit
5004e72877
2 changed files with 1 additions and 2 deletions
|
@ -464,7 +464,6 @@ namespace Greenshot {
|
||||||
if (windowsVersion >= 6) {
|
if (windowsVersion >= 6) {
|
||||||
switch (mode) {
|
switch (mode) {
|
||||||
case WindowCaptureMode.Aero:
|
case WindowCaptureMode.Aero:
|
||||||
case WindowCaptureMode.Auto:
|
|
||||||
colorButton_window_background.Visible = true;
|
colorButton_window_background.Visible = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ Greenshot: A screenshot tool optimized for productivity. Save a screenshot or a
|
||||||
|
|
||||||
CHANGE LOG:
|
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!
|
We changed the version to 1.0.0, after 5 year the version should no longer have a "beta" feeling!
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue