After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 310432 - Make a selection, pressing ALT doesn't show selection while repositioning
Make a selection, pressing ALT doesn't show selection while repositioning
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Tools
2.3.x
Other All
: Normal normal
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-07-15 06:01 UTC by Tim Jedlicka
Modified: 2008-01-15 14:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim Jedlicka 2005-07-15 06:01:03 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:
Comment 1 Michael Schumacher 2005-07-15 07:22:25 UTC
I can confirm this with current CVS... it's not just a setting that defaults to
off, is it?
Comment 2 Sven Neumann 2005-07-18 14:40:01 UTC
Might be related to the changes to gimp_draw_tool_draw_boundary().
Comment 3 Sven Neumann 2005-07-18 15:55:05 UTC
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.