mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Before this commit, row templates and views belo,ging to them were copied via archiving/unarchiving. This was causing problems when the view was not completely CPCoding compliant, like for CPDatePicker. With this commit, template views use CPCopying (-copy method) when available. Also added CPCopying for CPDatePicker as a category in CPPredicateEditor. Test: in CPPredicateEditorTest, on the right panel, choose a keypath, operator, and select 'Dates' in the popup for the right expression. Fixes #2041