Bug 181919

Summary: All day events size is not resized after deleting one
Product: [Applications] korganizer Reporter: Albert Astals Cid <aacid>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: smartins, uli.2001
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Albert Astals Cid 2009-01-25 23:21:15 UTC
Version:           4.2 rc1 (using 4.1.96 (KDE 4.1.96 (KDE 4.2 RC1)), Kubuntu packages)
Compiler:          cc
OS:                Linux (x86_64) release 2.6.27-9-generic

How to reproduce:
 * Add a all day event
 * It gets the whole upper part for him
 * Add another all day event
 * Both all day events share 50% of the upper part
 * Remove one of the two all day events
 * The other event does not "resize" to using the 100% of upper part
Comment 1 Sergio Martins 2009-01-28 23:22:18 UTC
This is true also for time associated events.
Comment 2 Sergio Martins 2009-02-04 19:33:20 UTC
SVN commit 921301 by smartins:

Fix typo in addConflictItem() (missing !).
When removing an item, decrement the number of sub cells in order to placeSubCells reuse the space.

BUG: 181919


 M  +4 -0      koagenda.cpp  
 M  +1 -1      koagendaitem.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=921301
Comment 3 Sergio Martins 2009-02-05 04:51:27 UTC
*** Bug 143496 has been marked as a duplicate of this bug. ***