kivy-garden / garden.circulardatetimepicker

Android-like date & time picker for Kivy
MIT License
14 stars 7 forks source link

CircularMinutePicker crashes when transitioning from 59 to 0 #2

Open dogmaphobic opened 8 years ago

dogmaphobic commented 8 years ago

I think this should be 59 and not 60. At least is seems to work when I changed it (I didn't have time to truly debug it):

https://github.com/kivy-garden/garden.circulardatetimepicker/blob/master/__init__.py#L421

johnyburd commented 7 years ago

I can confirm this is still an issue. Crashes when moving from 01 to 0 as well.

depau commented 7 years ago

Sorry guys, I don't have time to maintain this module any more. If you send me a pull request I'll sure check it out. This garden flower is very simple, it shouldn't be hard to fix. Thank you and sorry.

dogmaphobic commented 7 years ago

No worries, at the time (7 months ago?) I was looking something I could build a quick UI for a RPI project.