mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-26 13:37:03 +00:00
Previously, when using a textual or graphical CPDatePicker in a CPTableView Cappuccino crashed. This PR fix this issue by adding the subviews of a CPDatePicker in the method layoutSubviews instead of in the initialization. This PR add another feature on the graphical CPDatePicker, the button next and previous month are now in the mode continuous as in Cocoa.