(edit_update_screen): fix of editor frame drawing.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2013-05-03 17:55:07 +04:00 committed by Slava Zanko
parent b9c0b56928
commit 1e985bc7df
1 changed files with 1 additions and 2 deletions

View File

@ -1283,8 +1283,7 @@ edit_update_screen (WEdit * e)
edit_scroll_screen_over_cursor (e);
edit_update_curs_col (e);
edit_status (e, (e->force & REDRAW_COMPLETELY) != 0 && (void *) e == h->current->data);
edit_status (e, (void *) e == h->current->data);
/* pop all events for this window for internal handling */
if (!is_idle ())