From: compudj Date: Thu, 22 May 2008 21:23:00 +0000 (+0000) Subject: initialize control flow view cell height X-Git-Tag: v0.12.20~579 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=09ccc1c8cf2af18b3e94689781b82162d875efed;p=lttv.git initialize control flow view cell height git-svn-id: http://ltt.polymtl.ca/svn@2910 04897980-b3bd-0310-b5e0-8ef037075253 --- 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);