[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.5.1-20081221-209-g20be2df)
The branch, master has been updated
via 20be2df71df169f041cafeb7ad0c26e96901fefe (commit)
from 326958985a98cb638efe4d0579c0f9d2d89e140e (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
=========
gschem/src/o_path.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
=================
Commit Messages
=================
commit 20be2df71df169f041cafeb7ad0c26e96901fefe
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Wed Jan 28 21:20:48 2009 +0000
gschem: Draw paths being moved in the their non-selected colours
:100644 100644 4bce0f8... 3935eab... M gschem/src/o_path.c
=========
Changes
=========
commit 20be2df71df169f041cafeb7ad0c26e96901fefe
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Wed Jan 28 21:20:48 2009 +0000
gschem: Draw paths being moved in the their non-selected colours
diff --git a/gschem/src/o_path.c b/gschem/src/o_path.c
index 4bce0f8..3935eab 100644
--- a/gschem/src/o_path.c
+++ b/gschem/src/o_path.c
@@ -465,8 +465,8 @@ void o_path_draw_place (GSCHEM_TOPLEVEL *w_current, int dx, int dy, OBJECT *o_cu
object.line_width = 0; /* clamped to 1 pixel in circle_path */
object.path = path_copy_modify (o_current->path, dx, dy, 0, 0, -1);
- if (w_current->toplevel->override_color != -1 ) {
- color = w_current->toplevel->override_color;
+ if (o_current->saved_color != -1) {
+ color = o_current->saved_color;
} else {
color = o_current->color;
}
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs