Wrong progress in tray
ClosedPublic

Authored by McPain on Jan 10 2018, 1:28 PM.

Details

Summary

BUG: 384141

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

Diff Detail

Repository
R360 KTeaTime
Lint
Lint Skipped
Unit
Unit Tests Skipped
McPain created this revision.Jan 10 2018, 1:28 PM
Restricted Application added a subscriber: kde-utils-devel. · View Herald TranscriptJan 10 2018, 1:28 PM
McPain requested review of this revision.Jan 10 2018, 1:28 PM
sandsmark accepted this revision.Mar 8 2018, 5:30 PM
This revision is now accepted and ready to land.Mar 8 2018, 5:30 PM
This revision was automatically updated to reflect the committed changes.