02-24-2021, 09:45 PM
Quick work from the GIMP developers.
Quote:Fixed in master and backported to gimp-2-10:
commit f63086bd5ae12a60301c749f5fdacda9afeee705 (HEAD -> gimp-2-10, origin/gimp-2-10)
Author: Stanislav Grinkov <43956-stanislavgrinkov@users.noreply.gitlab.gnome.org>
Date: Wed Feb 24 20:57:09 2021 +0600
tools: Rectangle select. Incorrect center_xy after converting channel selection to rectangle
Was caused by widget tool fixed_center_x and fixed_center_y coordinates set to
coordinates of mouse click instead of rectangle center after converting channel
selection bbox to rectangle.
Now rectangle fixed_center_x and fixed_center_y coordinates are always updated
when tool widget x1, x2, y1, or y2 coordinates are updated.
Closes #6487