set minimum for blur radius to 1 again (so that it is possible again to area highlight without blurring, just using the brightness filter)

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1943 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
JKlingen 2012-07-10 19:52:20 +00:00
parent a56e01cf77
commit d28bea64a7

View file

@ -1285,7 +1285,7 @@ namespace Greenshot {
0,
0});
this.blurRadiusUpDown.Minimum = new decimal(new int[] {
1,
0,
0,
0,
0});