https://bugs.kde.org/show_bug.cgi?id=335551
--- Comment #2 from Alexander Potashev <aspotas...@gmail.com> --- Git commit 15b5c674f4495ec950c97619f2f2abb534d3c8c5 by Alexander Potashev. Committed on 18/06/2019 at 19:25. Pushed by aspotashev into branch 'master'. event: Update duration on changes in HistoryDialog Also disallow setting dtEnd earlier than dtStart. If you try to set dtEnd earlier than dtStart, dtEnd will be automatically set equal to dtStart. If you try to set dtStart later than dtEnd, dtStart will be automatically set equal to dtEnd. M +8 -0 src/historydialog.cpp M +27 -2 src/model/event.cpp M +17 -1 src/model/event.h https://commits.kde.org/ktimetracker/15b5c674f4495ec950c97619f2f2abb534d3c8c5 -- You are receiving this mail because: You are watching all bug changes.