summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/koagendaitem.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/korganizer/koagendaitem.cpp b/korganizer/koagendaitem.cpp
index b30ad75..23afe7a 100644
--- a/korganizer/koagendaitem.cpp
+++ b/korganizer/koagendaitem.cpp
@@ -422,4 +422,8 @@ void KOAgendaItem::paintMe( bool selected, QPainter* paint )
//qDebug("%d %d %d %d ", x, yy, w, h );
if ( mIncidence->cancelled() ){
+
+
+ small = ( height() < 20 );
+
if ( ! small ) {
QFontMetrics fm ( paint->font() );