I'm moving the matrix stack into the drawing context. In this process, I've stumbled onto this:
pushnetwork() is called from only one location: schema.c:connectivity() pushnetwork() is pushing matrices onto the matrix stack. Since that's outside of a repaint event, there's no context available, and thus no matrix stack. Alas, connectivity() is promptly clearing that stack -- the matrices appear to be entirely unused. I've removed the matrix stack operations from pushnetwork(). If you have some grand plans for those matrices in pushnetwork(), speak now or else ;) Cheers, Kuba _______________________________________________ Xcircuit-dev mailing list [email protected] http://www.opencircuitdesign.com/mailman/listinfo/xcircuit-dev
