newmatrix() is called from setpage() and postzoom(). Given that the latter two are functions that get called during various non-repaint events and there is no context there, I'm removing those calls.
Otherwise, newmatrix() is only called right after a new context gets created during the repaint event, so I'm simply rolling it into Context's contructor. Kuba _______________________________________________ Xcircuit-dev mailing list [email protected] http://www.opencircuitdesign.com/mailman/listinfo/xcircuit-dev
