Fix of viewer status bar draw.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2012-04-01 09:44:49 +04:00 committed by Slava Zanko
parent b1bcf6b01f
commit 8ac2c68d3f
1 changed files with 1 additions and 2 deletions

View File

@ -140,8 +140,7 @@ mcview_display_status (mcview_t * view)
return;
tty_setcolor (STATUSBAR_COLOR);
widget_move (view, top, left);
tty_draw_hline (top, left, ' ', width);
tty_draw_hline (view->widget.y + top, view->widget.x + left, ' ', width);
file_label =
view->filename_vpath != NULL ?