From d9df54411b01cabaf51fcae62b91f227f7eff5f5 Mon Sep 17 00:00:00 2001 From: zautrix Date: Tue, 14 Jun 2005 18:15:28 +0000 Subject: fix --- (limited to 'korganizer/koagendaitem.cpp') diff --git a/korganizer/koagendaitem.cpp b/korganizer/koagendaitem.cpp index c7bc6eb..1be0aca 100644 --- a/korganizer/koagendaitem.cpp +++ b/korganizer/koagendaitem.cpp @@ -374,7 +374,8 @@ void KOAgendaItem::paintMe( bool selected, QPainter* paint ) if ( ! small || w > 3 * h || h > 3* w ) addIcon = updateIcons( paint, horLayout ); - qDrawShadePanel (paint, x, yy, w, h, mColorGroup, selected , 2, 0); + //qDrawShadePanel (paint, x, yy, w, h, mColorGroup, selected , 2, 0); + qDrawWinPanel (paint, x, yy, w, h, mColorGroup, selected ,0); //qDebug("draw rect %d %d %d %d ",x, yy, w, h ); if ( ! small ) { x += 3; yy += 3;w -= 6; h-= 5; -- cgit v0.9.0.2