sgpthomas / hourglass

GNU General Public License v3.0
26 stars 12 forks source link

Fix timer does not stop on 00:00:00 #99

Closed ryonakano closed 4 years ago

ryonakano commented 4 years ago

Regression from #87

I shouldn't have changed the type to unsigned because we use reach of -1 as the end of the timer in the following lines:

https://github.com/sgpthomas/hourglass/blob/8d7ae1e6f3c014914e7cecd443cd454e79f7b49f/src/Widgets/Counter.vala#L106-L108