mirror of https://github.com/MidnightCommander/mc
(edit_update_screen): fix of editor frame drawing.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
b9c0b56928
commit
1e985bc7df
|
@ -1283,8 +1283,7 @@ edit_update_screen (WEdit * e)
|
||||||
|
|
||||||
edit_scroll_screen_over_cursor (e);
|
edit_scroll_screen_over_cursor (e);
|
||||||
edit_update_curs_col (e);
|
edit_update_curs_col (e);
|
||||||
|
edit_status (e, (void *) e == h->current->data);
|
||||||
edit_status (e, (e->force & REDRAW_COMPLETELY) != 0 && (void *) e == h->current->data);
|
|
||||||
|
|
||||||
/* pop all events for this window for internal handling */
|
/* pop all events for this window for internal handling */
|
||||||
if (!is_idle ())
|
if (!is_idle ())
|
||||||
|
|
Loading…
Reference in New Issue