GNOME Bugzilla – Bug 767650
Uncommitted scissors selection is discarded on tool change
Last modified: 2016-11-07 18:29:34 UTC
the scissor path gets destroyed when i save. Now, this is only an example, but maybe there are other situations where a scissor path could be destroyed. The lasso tool in comparison, is stable, not like scissor paths
Anything that cancels pending tool actions destroys it.
as said, the lasso tool suffers NOT from the same issue, please check that. For that comparison i wrote the report.
The path of an uncommitted free selection is destroyed as well.
An uncommitted free selection gets confirmed on tool change. For iscissors we don't even have a commit path that closes the path and confirms it on enter. Should add that.
Fixed in master: commit b4120e3f61360417c8c71dd5eba6e4fbc9241169 Author: Michael Natterer <mitch@gimp.org> Date: Sun Oct 30 23:08:13 2016 +0100 Bug 767650 - Uncommitted scissors selection is discarded on tool change gimp_iscissors_tool_commit(): if the curve is not closed, close and recalculate it. app/tools/gimpiscissorstool.c | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-)
*** Bug 712550 has been marked as a duplicate of this bug. ***