From: <gi...@gp...> - 2011-05-08 20:55:51
|
The branch, master has been updated via 0b59748da88acdd0463c4d29fbc1bba744854e0e (commit) from 2945db9faabb42d229442fe9e48f24607c5adef2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. ========= Summary ========= src/hid/gtk/gtkhid-gl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ================= Commit Messages ================= commit 0b59748da88acdd0463c4d29fbc1bba744854e0e Author: Peter Clifton <pc...@ca...> Commit: Peter Clifton <pc...@ca...> hid/gtk: Enable transparent lines in GL renderer :100644 100644 e7614db... 910fd2d... M src/hid/gtk/gtkhid-gl.c ========= Changes ========= commit 0b59748da88acdd0463c4d29fbc1bba744854e0e Author: Peter Clifton <pc...@ca...> Commit: Peter Clifton <pc...@ca...> hid/gtk: Enable transparent lines in GL renderer diff --git a/src/hid/gtk/gtkhid-gl.c b/src/hid/gtk/gtkhid-gl.c index e7614db..910fd2d 100644 --- a/src/hid/gtk/gtkhid-gl.c +++ b/src/hid/gtk/gtkhid-gl.c @@ -80,7 +80,7 @@ ghid_set_layer (const char *name, int group, int empty) if (idx >= 0 && idx < max_copper_layer + 2) { - priv->trans_lines = false; + priv->trans_lines = true; return PCB->Data->Layer[idx].On; } if (idx < 0) |