increased the maximum number of blinds to 100.

2008-05-05  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/blinds.c (MAX_FANS): increased the maximum
	number of blinds to 100.

svn path=/trunk/; revision=25566
This commit is contained in:
Sven Neumann 2008-05-05 13:53:11 +00:00 committed by Sven Neumann
parent 43ecfc7599
commit 0677b79c32
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-05-05 Sven Neumann <sven@gimp.org>
* plug-ins/common/blinds.c (MAX_FANS): increased the maximum
number of blinds to 100.
2008-05-05 Sven Neumann <sven@gimp.org>
* app/tools/gimppainttool.c

View File

@ -46,7 +46,7 @@
#define SCALE_WIDTH 150
#define MAX_FANS 10
#define MAX_FANS 100
#define HORIZONTAL 0
#define VERTICAL 1