changeset 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 ae330012956f
children 430fd445a053
files finch/libgnt/gnttree.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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)