mirror of https://github.com/GNOME/gimp.git
app: don't call gimp_free_select_tool_select() from FG select
It doesn't serve any purpose since its implementation doesn't do anything in FREE_SELECT mode.
This commit is contained in:
parent
61aaa11158
commit
05abd5a37d
|
@ -527,8 +527,6 @@ gimp_foreground_select_tool_button_release (GimpTool *tool,
|
|||
else
|
||||
gimp_foreground_select_tool_set_trimap (fg_select, display);
|
||||
|
||||
gimp_free_select_tool_select (GIMP_FREE_SELECT_TOOL (tool), display);
|
||||
|
||||
gimp_draw_tool_resume (GIMP_DRAW_TOOL (tool));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue