GNOME Bugzilla – Bug 355237
Gimp crashes when inserting sample point
Last modified: 2006-09-11 07:59:38 UTC
Please describe the problem: My OS is Win Xp. When I like to insert a sample point while the new Healing Brush Toll is activ Gimp crashes immediately. This happens also with other tools active for instance the "Dodge/Burn" tool or the "Clone" Tool. One time has appeared an error message before gimp crashes which I could not reproduce again. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Confirming for HEAD in Linux. I got a stack trace, and it shows the crash happening in GimpBrushCore::motion, which ought not to be called at all in this situation. It looks like the Move tool is no longer getting pushed properly when Ctrl-dragging from a ruler.
Fixed in CVS: 2006-09-11 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell-callbacks.c (gimp_display_shell_ruler_button_press): don't just unconditionally use the active tool for sample point moving if it is a GimpColorTool, use it only if it is a GimpColorTool but *not* a GimpPaintTool with color picking disabled. Fixed bug #355237.