Bug 593501 - Canvas Size dialog defaults to fixed aspect ratio

Default to non-fixed aspect ratio in Canvas Size dialog. It doesn't
make sense to deault to fixed aspect ratio here.
This commit is contained in:
Alexander Jones 2009-09-20 19:03:20 +01:00 committed by Martin Nordholts
parent 02c8835e2c
commit 3af6b2ea3c
1 changed files with 1 additions and 5 deletions

View File

@ -174,7 +174,7 @@ resize_dialog_new (GimpViewable *viewable,
"unit", unit,
"xresolution", xres,
"yresolution", yres,
"keep-aspect", TRUE,
"keep-aspect", FALSE,
"edit-resolution", FALSE,
NULL);
@ -363,10 +363,6 @@ resize_dialog_reset (ResizeDialog *private)
"height", private->old_height,
"unit", private->old_unit,
NULL);
g_object_set (private->box,
"keep-aspect", TRUE,
NULL);
}
static void