GNOME Bugzilla – Bug 680715
accidentally closing a lasso-selection by double-clicking should be undo-able
Last modified: 2017-07-09 17:29:49 UTC
accidentally double-clicking while selecting a free form using the lasso tool closes the selection and undo will de-select everything. like backspace removes the last added point while selecting, there should be a possibility to undo an accidentally closed selection and continue just at the point the selection was being drawn before double-clicking by mistake.
I think this qualifies a a fix: you now need to explicitly confirm using enter. Closing the shape now simply closes it but keeps it editable, and even re-openable. commit afb9941c809c5a6bc1e23d342c65547be77d1520 Author: Michael Natterer <mitch@gimp.org> Date: Sun Jul 9 19:26:19 2017 +0200 app: allow to close a GimpToolPolygon without committing it so we can edit a complete shape, and reopen it to continue editing, instead of immediately selecting when the first point is clicked. app/display/gimptoolpolygon.c | 63 +++++++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 50 insertions(+), 13 deletions(-)