console/libgnt/gnttree.c

changeset 14188
cff503f91616
parent 14185
394aa8aa00a3
child 14193
fcfd3eea2160
--- a/console/libgnt/gnttree.c	Tue Aug 15 04:07:38 2006 +0000
+++ b/console/libgnt/gnttree.c	Tue Aug 15 06:21:39 2006 +0000
@@ -274,7 +274,7 @@
 		int x = pos;
 
 		mvwhline(widget->window, pos + 1, pos, ACS_HLINE | COLOR_PAIR(GNT_COLOR_NORMAL),
-				widget->priv.width - pos);
+				widget->priv.width - pos - 1);
 		
 		for (i = 0; i < tree->ncol; i++)
 		{

mercurial