-
Ludovic Fauvet authored
The bug originates from an implicit conversion to int. This commit explicitly convert the value to qreal then use qRound to take the nearest integer. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
5eb13a62
The bug originates from an implicit conversion to int. This commit
explicitly convert the value to qreal then use qRound to take the nearest
integer.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>