Author: post
Date: 2012-02-11 18:20:40 +0100 (Sat, 11 Feb 2012)
New Revision: 4129

Modified:
   trunk/src/rs-toolbox.c
Log:
Update histogram after loading an image.

Modified: trunk/src/rs-toolbox.c
===================================================================
--- trunk/src/rs-toolbox.c      2012-02-11 17:18:55 UTC (rev 4128)
+++ trunk/src/rs-toolbox.c      2012-02-11 17:20:40 UTC (rev 4129)
@@ -1188,6 +1188,8 @@
 
        /* Update histogram in curve editor */
        
rs_curve_draw_histogram(RS_CURVE_WIDGET(toolbox->curve[toolbox->selected_snapshot]));
+       /* Update histogram */
+       rs_histogram_redraw(RS_HISTOGRAM_WIDGET(toolbox->histogram));
        gtk_widget_set_sensitive(toolbox->transforms, !!(toolbox->photo));
 }
 


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

Reply via email to