From 854e1b46d7895bf4860d914abb5f1e954dfbfe6a Mon Sep 17 00:00:00 2001 From: zautrix Date: Tue, 05 Apr 2005 10:34:37 +0000 Subject: fix --- (limited to 'korganizer/komonthview.cpp') diff --git a/korganizer/komonthview.cpp b/korganizer/komonthview.cpp index 425496a..6d6ae8a 100644 --- a/korganizer/komonthview.cpp +++ b/korganizer/komonthview.cpp @@ -393,7 +393,7 @@ void MonthViewItem::paint(QPainter *p) p->drawText( x, yPos, text() ); if ( mIncidence->cancelled() ) { int wid = fm.width( text() ); - p->drawLine( x, heihei/2-1 ,x+wid, heihei/2-1 ); + p->drawLine( x, heihei/2 ,x+wid, heihei/2 ); } } @@ -408,7 +408,6 @@ int MonthViewItem::height(const QListBox *lb) const int MonthViewItem::width(const QListBox *lb) const { - if( KOPrefs::instance()->mEnableMonthScroll || isWeekItem ) { int size = PIXMAP_SIZE; if ( QApplication::desktop()->width() < 300 ) -- cgit v0.9.0.2