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/koagendaitem.h') diff --git a/korganizer/koagendaitem.h b/korganizer/koagendaitem.h index 97acd4c..37d89a6 100644 --- a/korganizer/koagendaitem.h +++ b/korganizer/koagendaitem.h @@ -109,7 +109,7 @@ class KOAgendaItem : public QWidget bool checkLayout(); void initColor (); bool isAllDay() { return mAllDay; } - int resizeMe( int grid, int wid, int hei ); + int resizeMe( int grid, int wid, int hei, bool invalidHei = false ); public slots: bool updateIcons( QPainter *, bool ); void select(bool=true); -- cgit v0.9.0.2