Author: akv
Date: 2012-10-28 22:56:56 +0100 (Sun, 28 Oct 2012)
New Revision: 4302

Modified:
   trunk/src/rs-actions.c
Log:
Forcing update of preview after running auto-levels.

Modified: trunk/src/rs-actions.c
===================================================================
--- trunk/src/rs-actions.c      2012-10-28 21:56:33 UTC (rev 4301)
+++ trunk/src/rs-actions.c      2012-10-28 21:56:56 UTC (rev 4302)
@@ -1466,6 +1466,7 @@
 {
   GtkWidget *curve = rs_toolbox_get_curve(RS_TOOLBOX(rs->tools), 
rs->current_setting);
   rs_curve_auto_adjust_ends(curve);
+  GUI_CATCHUP();
 }
 
 


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to