diff options
Diffstat (limited to 'textscreen/txt_window.c')
-rw-r--r-- | textscreen/txt_window.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 |