[gimp/metadata-browser] app: rect tool changes made for suppressed execute need to be applied
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] app: rect tool changes made for suppressed execute need to be applied
- Date: Fri, 2 Dec 2011 02:00:01 +0000 (UTC)
commit d05e4dc4b7204d0abad7210a4cec6ea4fbfae08b
Author: Alexia Death <alexiadeath gmail com>
Date: Sat Oct 1 17:07:27 2011 +0300
app: rect tool changes made for suppressed execute need to be applied
app/tools/gimprectangletool.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimprectangletool.c b/app/tools/gimprectangletool.c
index 15d6aba..25f0630 100644
--- a/app/tools/gimprectangletool.c
+++ b/app/tools/gimprectangletool.c
@@ -1082,10 +1082,11 @@ gimp_rectangle_tool_button_release (GimpTool *tool,
if (private->function == GIMP_RECTANGLE_TOOL_DEAD)
break;
- /* Suppresed, don't execute yet!*/
+ /* Suppresed, don't execute yet! But commit any changes setup made.*/
if (private->suppress_execute)
{
private->suppress_execute = FALSE;
+ gimp_rectangle_tool_rectangle_change_complete (rect_tool);
break;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]