Bug 615591 - Received 'gimp-image-set-resolution' out of bounds...

Increase the maximum resolution from the arbitrary 65536 to the
arbitrary 1048576, until somebody tries an even better microscope...
This commit is contained in:
Michael Natterer 2012-10-07 18:52:23 +02:00
parent d4c72cd5ab
commit 09a2105aae
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ G_BEGIN_DECLS
* for a resolution is needed. GIMP will not accept resolutions larger
* than this value.
**/
#define GIMP_MAX_RESOLUTION 65536.0
#define GIMP_MAX_RESOLUTION 1048576.0
/**