[gimp] Bug 784802 - crop tool incorrectly detects current aspect ratio
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bug 784802 - crop tool incorrectly detects current aspect ratio
- Date: Tue, 11 Jul 2017 19:36:48 +0000 (UTC)
commit 4f2c0dd846ecd538308d1a97f76239ae6bf0fbc9
Author: Michael Natterer <mitch gimp org>
Date: Tue Jul 11 21:35:32 2017 +0200
Bug 784802 - crop tool incorrectly detects current aspect ratio
When starting the crop tool, set its default aspect ratio to that of
the current layer/image. Dunno what change exactly broke it, but it
was broken.
app/tools/gimpcroptool.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimpcroptool.c b/app/tools/gimpcroptool.c
index 7e45cc8..9b60a31 100644
--- a/app/tools/gimpcroptool.c
+++ b/app/tools/gimpcroptool.c
@@ -392,7 +392,7 @@ gimp_crop_tool_start (GimpCropTool *crop_tool,
gimp_tool_rectangle_set_constraint (GIMP_TOOL_RECTANGLE (widget),
gimp_crop_tool_get_constraint (crop_tool));
- gimp_crop_tool_update_option_defaults (crop_tool, FALSE);
+ gimp_crop_tool_update_option_defaults (crop_tool, TRUE);
gimp_draw_tool_start (GIMP_DRAW_TOOL (tool), display);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]