Comment 1 for bug 887612

Revision history for this message
Leonardo Pistone (lepistone) wrote : Re: float_time widget wrongly rounds

The problem here is not the proportion: the multiplication for 60 is done on line 166.

Still, we should figure out why on line 161, we add 0.01 and then round() (as opposed to floor() or not adding 0.01 )