Thee Context class was renamed to DrawContext -- this is where matStack and gc reside. This is used only during drawing and nowhere else.
A new class called UIContext holds the user interface state -- selection list, edit stack and so on. A drawing context can be given a UIContext, otherwise it'll construct a default one where nothing is selected, nothing is on the edit stack, and so on. Cheers, Kuba _______________________________________________ Xcircuit-dev mailing list [email protected] http://www.opencircuitdesign.com/mailman/listinfo/xcircuit-dev
