GNOME Bugzilla – Bug 310432
Make a selection, pressing ALT doesn't show selection while repositioning
Last modified: 2008-01-15 14:04:12 UTC
In gimp2.2, if you press ALT then move a selection, you can see the selection while you move it. This is not the case in gimp2.3.2. The selection moves, but only after you release the mouse button. Other information:
I can confirm this with current CVS... it's not just a setting that defaults to off, is it?
Might be related to the changes to gimp_draw_tool_draw_boundary().
2005-07-18 Sven Neumann <sven@gimp.org> * app/tools/gimpeditselectiontool.c (gimp_edit_selection_tool_start): need to sort the boundary here since gimp_draw_tool_draw_boundary() expects a sorted boundary now. Fixes bug #310432.