From e9619f83e977041676e766920178db827ddddb3d Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 2 Jun 2006 19:36:37 +0000 Subject: Draw the bottom separator in windows at the full window width. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 550 --- textscreen/txt_window.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'textscreen/txt_window.c') diff --git a/textscreen/txt_window.c b/textscreen/txt_window.c index f04b8c68..53813a02 100644 --- a/textscreen/txt_window.c +++ b/textscreen/txt_window.c @@ -295,7 +295,8 @@ void TXT_DrawWindow(txt_window_t *window) widgets = (txt_widget_t *) window; - TXT_DrawSeparator(window->window_x, widgets->y + widgets->h, widgets->w); + TXT_DrawSeparator(window->window_x, widgets->y + widgets->h, + window->window_w); // Action area at the window bottom -- cgit v1.2.3