From 18780cc2342097b343ee2fa50c649f425ddaed34 Mon Sep 17 00:00:00 2001 From: zautrix Date: Mon, 22 Aug 2005 16:28:08 +0000 Subject: fix for the lonng agenda float fix --- (limited to 'korganizer/koagendaview.cpp') diff --git a/korganizer/koagendaview.cpp b/korganizer/koagendaview.cpp index 1cf03a0..d8a2134 100644 --- a/korganizer/koagendaview.cpp +++ b/korganizer/koagendaview.cpp @@ -1235,7 +1235,6 @@ void KOAgendaView::fillAgenda() } else { mAllDayAgenda->insertAllDayItem(event,currentDate,curCol,curCol); } - } else { if (beginX <= 0 && curCol == 0) { mAllDayAgenda->insertAllDayItem(event,currentDate,beginX,endX); -- cgit v0.9.0.2