From e8ffdaf8e91130dfb510d03491c13b23a7f4c632 Mon Sep 17 00:00:00 2001 From: id Date: Thu, 29 Apr 1999 14:39:17 +0000 Subject: [PATCH] Fix a typo bug. --- WINGs/wtextfield.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WINGs/wtextfield.c b/WINGs/wtextfield.c index 4f98864a..1d22d6d5 100644 --- a/WINGs/wtextfield.c +++ b/WINGs/wtextfield.c @@ -732,7 +732,7 @@ paintTextField(TextField *tPtr) WMDrawImageString(screen, drawbuffer, screen->textFieldGC, tPtr->font, rx, ty, &(text[count]), - abs(tPtr->selection.count)); + count2); XSetBackground(screen->display, screen->textFieldGC, screen->white->color.pixel); -- 2.11.4.GIT