On Sun, 2008-09-28 at 12:40 -0400, Ales Hvezda wrote: > > > I would love to test this as well, but I no longer see > filled arrows in any of the npn/pnp symbols. Is this functionality > dependent on some other libraries or maybe how I have rebuilt things? > I must have done something to break this since it was working just > fine yesterday.
Doh.. bug in another patch I pushed, changing o_..._add() to o_..._new() in o_..._read(), I added the "link" command at the bottom. In a few cases, there was intervening code which was trying to fiddle with the new object (e.g. set its fill properties), but was referring to object_list, not the new_obj. Fixed now, and I've checked for any other similar breakage. BOX types were the only other objects affected. It just happens I started the path code by copying o_box.c. -- Peter Clifton Electrical Engineering Division, Engineering Department, University of Cambridge, 9, JJ Thomson Avenue, Cambridge CB3 0FA Tel: +44 (0)7729 980173 - (No signal in the lab!) _______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
