https://bugs.kde.org/show_bug.cgi?id=384141
Albert Astals Cid <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/kte | |atime/c01da18a2aaf1d530a010 | |01ee105375c746a104e Status|UNCONFIRMED |RESOLVED --- Comment #3 from Albert Astals Cid <[email protected]> --- Git commit c01da18a2aaf1d530a01001ee105375c746a104e by Albert Astals Cid, on behalf of Oleg Solovyov. Committed on 15/03/2018 at 16:32. Pushed by aacid into branch 'master'. Fix progress in tray If m_runningTea.time() > 360*16 (> 1.6 hours) then 360*16.0 / m_runningTea.time() converts to zero (integer division) Hence, angleSpan is always 0 Differential Revision: https://phabricator.kde.org/D9791 M +1 -1 src/toplevel.cpp https://commits.kde.org/kteatime/c01da18a2aaf1d530a01001ee105375c746a104e -- You are receiving this mail because: You are watching all bug changes.
