[SCM] calf/master: + Framework fix dssi crash bug in line_graph expose

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:39:11 UTC 2013


The following commit has been merged in the master branch:
commit aeaf7af3101a43551e172f6c9cd38d323bb4ffff
Author: Torben Hohn <torbenh at gmx.de>
Date:   Sun Jan 25 21:19:58 2009 +0100

    + Framework fix dssi crash bug in line_graph expose

diff --git a/src/custom_ctl.cpp b/src/custom_ctl.cpp
index 2b599b6..c119ede 100644
--- a/src/custom_ctl.cpp
+++ b/src/custom_ctl.cpp
@@ -191,7 +191,7 @@ calf_line_graph_expose (GtkWidget *widget, GdkEventExpose *event)
 		    calf_line_graph_draw_grid( c, legend, vertical, pos, phase, sx, sy );
 		}
 	    }
-	    grid_n_save = grid_n-1;
+	    grid_n_save = grid_n;
 
 	    gdk_cairo_set_source_color(c, &sc2);
 	    cairo_set_line_join(c, CAIRO_LINE_JOIN_MITER);

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list