Summary: | To-dos ending at 00:00 are not displayed in the calendar | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Bartemius Crouch <egxoun8uya67izy> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | lemma, smartins |
Priority: | NOR | Keywords: | triaged |
Version First Reported In: | SVN trunk (KDE 4) | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Bartemius Crouch
2008-02-16 23:13:33 UTC
I can no longer reproduce this in trunk r865573. Well, I'll have to revoke my previous comment. Somehow on switching days and/or views the To-do disappeared from my calendar as well. So this bug is still valid. I tried this and it doesn't dissapper, it shows at 23h45, I think that's why Michael didn't see it. Can you scroll down and see if it's there? SVN commit 933937 by smartins: A to-do is always 30 minutes tall, with endY at dtDue() and startY 30m before dtDue(), but if dtDue() was for example 00:20 then startY would be displayed at 23h50 (and endY also at 23h50 because endY can't be smaller) BUG: 157944 M +9 -2 koagendaview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=933937 |