jikes, update the preview only if we actually drag the curve, not on any

2006-09-24  Michael Natterer  <mitch@gimp.org>

	* app/tools/gimpcurvestool.c (curves_graph_events): jikes, update
	the preview only if we actually drag the curve, not on any mouse
	movement.
This commit is contained in:
Michael Natterer 2006-09-23 22:43:13 +00:00 committed by Michael Natterer
parent 0b005ffe99
commit 14ea7265ff
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2006-09-24 Michael Natterer <mitch@gimp.org>
* app/tools/gimpcurvestool.c (curves_graph_events): jikes, update
the preview only if we actually drag the curve, not on any mouse
movement.
2006-09-23 Bill Skaggs <weskaggs@primate.ucdavis.edu>
* app/tools/gimpcroptool.c

View file

@ -1144,10 +1144,9 @@ curves_graph_events (GtkWidget *widget,
}
curves_calculate_curve (tool->curves, tool->channel);
gimp_image_map_tool_preview (GIMP_IMAGE_MAP_TOOL (tool));
}
gimp_image_map_tool_preview (GIMP_IMAGE_MAP_TOOL (tool));
break;
case GIMP_CURVE_FREE: