ejmg / tomaty

tomaty is a gtk+3 based application for the pomodoro technique 🍅
MIT License
6 stars 1 forks source link

solve weird timing pause between button presses #26

Closed ejmg closed 6 years ago

ejmg commented 6 years ago

when you push the start/restart button, there's a weird delay before the counter actually goes off.

ejmg commented 6 years ago

fixed with commit # 66, 776a463fc4b9ebf7365f10fb6a3b0d9667584f50. Did not update the label before launching timeout_add_seconds() which triggers the count function to be added to the event loop.