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 518012 - Curves Preview Does Not Working When Clicked
Curves Preview Does Not Working When Clicked
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Tools
2.4.x
Other All
: Normal trivial
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2008-02-22 05:16 UTC by Rich Jones
Modified: 2008-10-30 20:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Rich Jones 2008-02-22 05:16:23 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:
Comment 1 Sven Neumann 2008-02-22 07:26:01 UTC
This only happens in the stable branch, SVN trunk is not affected.
Comment 2 Sven Neumann 2008-02-25 14:06:16 UTC
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.