mirror of https://github.com/GNOME/gimp.git
don't stop the active tool, the tool manager did this already when the
2003-05-30 Sven Neumann <sven@gimp.org> * app/tools/gimpeditselectiontool.c (gimp_edit_selection_tool_button_release): don't stop the active tool, the tool manager did this already when the edit-selection tool was pushed.
This commit is contained in:
parent
b08a43260c
commit
f7f09188f2
|
@ -1,3 +1,10 @@
|
|||
2003-05-30 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/tools/gimpeditselectiontool.c
|
||||
(gimp_edit_selection_tool_button_release): don't stop the active
|
||||
tool, the tool manager did this already when the edit-selection
|
||||
tool was pushed.
|
||||
|
||||
2003-05-30 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/common/lic.c: removed the possibility to let the
|
||||
|
|
|
@ -395,8 +395,6 @@ gimp_edit_selection_tool_button_release (GimpTool *tool,
|
|||
|
||||
tool_manager_pop_tool (gdisp->gimage->gimp);
|
||||
|
||||
gimp_tool_control_halt (tool_manager_get_active (gdisp->gimage->gimp)->control);
|
||||
|
||||
/* EDIT_MASK_TRANSLATE is performed here at movement end, not 'live' like
|
||||
* the other translation types.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue