initialize control flow view cell height
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 22 May 2008 21:23:00 +0000 (21:23 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 22 May 2008 21:23:00 +0000 (21:23 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2910 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/controlflow/processlist.c

index 9401d81a0f3f819cc601dc0f9e6f9d15dfc50445..ba6f1ed6d37b2ee3ac7b04d0372ce3a8ec25a655 100644 (file)
@@ -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);
This page took 0.024876 seconds and 4 git commands to generate.