From 09ccc1c8cf2af18b3e94689781b82162d875efed Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 22 May 2008 21:23:00 +0000 Subject: [PATCH] initialize control flow view cell height git-svn-id: http://ltt.polymtl.ca/svn@2910 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/modules/gui/controlflow/processlist.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.c b/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.c index 9401d81a..ba6f1ed6 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.c +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.c @@ -411,7 +411,8 @@ ProcessList *processlist_construct(void) NULL, NULL, &process_list->cell_height); - + + process_list->cell_height = 0; #if GTK_CHECK_VERSION(2,4,15) guint ypad; g_object_get(G_OBJECT(renderer), "ypad", &ypad, NULL); -- 2.34.1