[SCM] gsequencer/master: provide fix related to disappearing matrix

jkraehemann-guest at users.alioth.debian.org jkraehemann-guest at users.alioth.debian.org
Fri Feb 10 14:38:33 UTC 2017


The following commit has been merged in the master branch:
commit cc7a4e49be3eed5df71bd9343619d5521883acb5
Author: Joël Krähemann <jkraehemann-guest at users.alioth.debian.org>
Date:   Fri Feb 10 15:38:25 2017 +0100

    provide fix related to disappearing matrix

diff --git a/debian/patches/fix-matrix-callbacks.patch b/debian/patches/fix-matrix-callbacks.patch
new file mode 100644
index 0000000..0c74388
--- /dev/null
+++ b/debian/patches/fix-matrix-callbacks.patch
@@ -0,0 +1,19 @@
+Description: This is a small patch fix disappearing row and col lines after
+ change the matrix's index of current pattern.
+Author: Joël Krähmann <jkraehemann at gmail.com>
+Applied-Upstream: 0.7.122.x, http://git.savannah.gnu.org/cgit/gsequencer.git
+Last-Update: 2017-02-10
+--- a/ags/X/machine/ags_matrix_callbacks.c
++++ b/ags/X/machine/ags_matrix_callbacks.c
+@@ -94,8 +94,11 @@
+       gtk_toggle_button_set_active(toggle, FALSE);
+ 
+       matrix->selected = (GtkToggleButton*) widget;
++
+       gtk_widget_queue_draw((GtkWidget *) matrix->cell_pattern);
+ 
++      ags_cell_pattern_paint(matrix->cell_pattern);
++
+       /*  */
+       AGS_MACHINE(matrix)->bank_1 = 
+ 	index1 = ((guint) g_ascii_strtoull(matrix->selected->button.label_text, NULL, 10)) - 1;
diff --git a/debian/patches/series b/debian/patches/series
index de19bed..7103ecc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+fix-matrix-callbacks.patch
 fix-delay-audio.patch
 fix-matrix.patch
 improved-disable-output-port-automation.patch

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list