GNOME Bugzilla – Bug 518012
Curves Preview Does Not Working When Clicked
Last modified: 2008-10-30 20:10:00 UTC
Please describe the problem: click once anywhere above or below the line in the graph display, the line will add a point, and snap the line to the point, but nothing occurs in the image preview. If you click a second time, a second point is added and the preview updates Click reset Now drag the line for the first point, preview works fine. I tried in linear, same results. Freehand displays preview correctly. Steps to reproduce: 1. click curves under colors menu dialog appears, channel value, logarithmic mode, preview enabled, and curve type smooth 2. click once anywhere above or below the line in the graph display, the line will add a point, and snap the line to the point, but nothing occurs in the image preview. Actual results: The preview of the image does not occur Expected results: Immediate changes to the image if the preview option is enabled. Does this happen every time? Yes. Other information:
This only happens in the stable branch, SVN trunk is not affected.
This is now fixed in the stable branch: 2008-02-25 Sven Neumann <sven@gimp.org> * app/tools/gimpcurvestool.c (curves_graph_events): in the button-press handler for smooth curves, recalculate the curve before updating the preview. Fixes bug #518012.