GNOME Bugzilla – Bug 345791
Perspective Tool Crashes
Last modified: 2006-06-27 18:52:23 UTC
Make a new image. Select the perspective transform tool, double click to view the options. Make an adjust it with the perspective transform tool (I had preview enabled) Execute the transformation. In the tool options select the "backward" option = crash.
Confirming. I'll attach a crash log.
Created attachment 67990 [details] Dr. MinGW log for the crash Hm, does gthe tool have a display while it is calculating the transform?
2006-06-27 Sven Neumann <sven@gimp.org> * app/tools/gimptransformtool.c (gimp_transform_tool_notify_type): do not call bounds() and recalc() with a NULL display. Added sanity checks for the display parameter to both functions. Fixes bug #345791.