e892bcc85d
to crash when you try to add a new event (or edit an existing one). Bump PKGREVISION.
13 lines
463 B
Text
13 lines
463 B
Text
$NetBSD: patch-al,v 1.1 2006/04/28 01:42:50 markd Exp $
|
|
|
|
--- kdgantt/KDGanttView.cpp.orig 2006-03-17 23:15:54.000000000 +1300
|
|
+++ kdgantt/KDGanttView.cpp
|
|
@@ -318,7 +318,7 @@ bool KDGanttView::close ( bool alsoDelet
|
|
height() of TimeHeader + height() of TimeTable + height() of Legend (if shown)
|
|
*/
|
|
|
|
-QSize KDGanttView::sizeHint() const
|
|
+QSize KDGanttView::sizeHint()
|
|
{
|
|
bool block = myTimeTable->blockUpdating();
|
|
myTimeTable->setBlockUpdating( false );
|