[gimp] app: always overlay FG select's GUI on the canvas



commit a876c1b4b0413c1da0dae23ee04e42d2d642a6d2
Author: Michael Natterer <mitch gimp org>
Date:   Thu Apr 17 08:48:42 2014 +0200

    app: always overlay FG select's GUI on the canvas

 app/tools/gimpforegroundselecttool.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/tools/gimpforegroundselecttool.c b/app/tools/gimpforegroundselecttool.c
index 79aca79..ccf3e97 100644
--- a/app/tools/gimpforegroundselecttool.c
+++ b/app/tools/gimpforegroundselecttool.c
@@ -575,6 +575,8 @@ gimp_foreground_select_tool_update_gui (GimpForegroundSelectTool *fg_select)
                                           GIMP_STOCK_RESET,    RESPONSE_RESET,
                                           NULL);
 
+      gimp_tool_gui_set_overlay (fg_select->gui, TRUE);
+
       g_signal_connect (fg_select->gui, "response",
                         G_CALLBACK (gimp_foreground_select_tool_response),
                         fg_select);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]