console/libgnt/gntlabel.c

changeset 13940
26ed45b11483
parent 13922
7195a6fe2416
child 13950
bd8d39b3a9e2
--- a/console/libgnt/gntlabel.c	Mon Jun 26 19:54:53 2006 +0000
+++ b/console/libgnt/gntlabel.c	Tue Jun 27 02:33:55 2006 +0000
@@ -24,7 +24,6 @@
 
 	wbkgdset(widget->window, '\0' | COLOR_PAIR(GNT_COLOR_NORMAL));
 	mvwprintw(widget->window, 0, 0, label->text);
-	wrefresh(widget->window);
 
 	DEBUG;
 }

mercurial