[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (fc464e9b1708953a0e77be75f7d651926c2b9b2c)



The branch, master has been updated
       via  fc464e9b1708953a0e77be75f7d651926c2b9b2c (commit)
      from  81e6a463683376f97fa1a18399af282735243997 (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/strflags.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit fc464e9b1708953a0e77be75f7d651926c2b9b2c
Author: DJ Delorie <dj@xxxxxxxxxxx>
Commit: DJ Delorie <dj@xxxxxxxxxxx>

    Use onsolder for text, not auto.
    
    The flags table wasn't using onsolder for text, which meant the default
    "auto" was used for it, which doesn't make sense.  This makes text on
    the solder side use the "onsolder" name instead.

:100644 100644 ac1fdcc... 8f4912c... M	src/strflags.c

=========
 Changes
=========

commit fc464e9b1708953a0e77be75f7d651926c2b9b2c
Author: DJ Delorie <dj@xxxxxxxxxxx>
Commit: DJ Delorie <dj@xxxxxxxxxxx>

    Use onsolder for text, not auto.
    
    The flags table wasn't using onsolder for text, which meant the default
    "auto" was used for it, which doesn't make sense.  This makes text on
    the solder side use the "onsolder" name instead.

diff --git a/src/strflags.c b/src/strflags.c
index ac1fdcc..8f4912c 100644
--- a/src/strflags.c
+++ b/src/strflags.c
@@ -100,7 +100,7 @@ static FlagBitsType object_flagbits[] = {
   { DISPLAYNAMEFLAG, N ("showname"), ELEMENT_TYPE },
   { CLEARLINEFLAG, N ("clearline"), LINE_TYPE | ARC_TYPE | TEXT_TYPE },
   { SELECTEDFLAG, N ("selected"), ALL_TYPES },
-  { ONSOLDERFLAG, N ("onsolder"), ELEMENT_TYPE | PAD_TYPE },
+  { ONSOLDERFLAG, N ("onsolder"), ELEMENT_TYPE | PAD_TYPE | TEXT_TYPE },
   { AUTOFLAG, N ("auto"), ALL_TYPES },
   { SQUAREFLAG, N ("square"), PIN_TYPES | PAD_TYPE },
   { RUBBERENDFLAG, N ("rubberend"), LINE_TYPE | ARC_TYPE },




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs