diff finch/libgnt/gnttree.c @ 21254:f35b480841dc

Readjust the column widths when a column is hidden/redisplayed.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 20 Oct 2007 05:48:32 +0000
parents 9187d331aebe
children ad49d9dace9f
line wrap: on
line diff
--- a/finch/libgnt/gnttree.c	Tue Oct 16 13:06:48 2007 +0000
+++ b/finch/libgnt/gnttree.c	Sat Oct 20 05:48:32 2007 +0000
@@ -1775,6 +1775,7 @@
 					break;
 			}
 	}
+	readjust_columns(tree);
 }
 
 void gnt_tree_set_column_resizable(GntTree *tree, int col, gboolean res)