mirror of https://github.com/GNOME/gimp.git
do not restart draw tool unless shell->proximity.
2005-08-07 Sven Neumann <sven@gimp.org> * app/tools/gimpforegroundselecttool.c: do not restart draw tool unless shell->proximity.
This commit is contained in:
parent
6eb0c1bd47
commit
fcbf399fb2
|
@ -1,8 +1,14 @@
|
|||
2005-08-07 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/tools/gimpforegroundselecttool.c: do not restart draw tool
|
||||
unless shell->proximity.
|
||||
|
||||
2005-08-07 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/tools/gimpforegroundselecttool.c
|
||||
(gimp_foreground_select_tool_draw): show the extents of the working
|
||||
area if the user moves the mouse out of it. Is this useful?
|
||||
|
||||
|
||||
* app/tools/gimpforegroundselectoptions.c: removed colons from labels.
|
||||
|
||||
|
|
|
@ -343,7 +343,7 @@ gimp_foreground_select_tool_oper_update (GimpTool *tool,
|
|||
if (status)
|
||||
gimp_tool_replace_status (tool, gdisp, status);
|
||||
|
||||
if (fg_select->mask)
|
||||
if (fg_select->mask && GIMP_DISPLAY_SHELL (gdisp->shell)->proximity)
|
||||
gimp_draw_tool_start (draw_tool, gdisp);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue