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

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



The branch, master has been updated
       via  84086a10b39f6d524fb2cf2bae7751766a77d0f7 (commit)
      from  ff41950800e5d92048e53ce5cdd52efb4f67cc1c (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/misc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


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

commit 84086a10b39f6d524fb2cf2bae7751766a77d0f7
Author: Ineiev <ineiev@xxxxxxxxx>
Commit: DJ Delorie <dj@xxxxxxxxxxx>

    Fix "Request for bounding box of unsupported type 1024"
    
    Tracker bug # 2893717
    https://sourceforge.net/tracker/?func=detail&atid=538811&aid=2893717&group_id=73743

:100644 100644 d19970b... 20048db... M	src/misc.c

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

commit 84086a10b39f6d524fb2cf2bae7751766a77d0f7
Author: Ineiev <ineiev@xxxxxxxxx>
Commit: DJ Delorie <dj@xxxxxxxxxxx>

    Fix "Request for bounding box of unsupported type 1024"
    
    Tracker bug # 2893717
    https://sourceforge.net/tracker/?func=detail&atid=538811&aid=2893717&group_id=73743

diff --git a/src/misc.c b/src/misc.c
index d19970b..20048db 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -1225,6 +1225,7 @@ GetObjectBoundingBox (int Type, void *Ptr1, void *Ptr2, void *Ptr3)
     case POLYGON_TYPE:
     case PAD_TYPE:
     case PIN_TYPE:
+    case ELEMENTNAME_TYPE:
       return (BoxType *)Ptr2;
     case VIA_TYPE:
     case ELEMENT_TYPE:




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