app: convolution-matrix' matrix was flipped

This commit is contained in:
Michael Natterer
2014-05-29 00:43:44 +02:00
parent fd3c4ac836
commit 31e07a13d1

View File

@ -385,8 +385,8 @@ _gimp_prop_gui_new_convolution_matrix (GObject *config,
GtkWidget *spin;
gchar prop_name[3] = { 0, };
prop_name[0] = "abcde"[y];
prop_name[1] = "12345"[x];
prop_name[0] = "abcde"[x];
prop_name[1] = "12345"[y];
spin = gimp_prop_spin_button_new (config, prop_name,
1.0, 10.0, 2);