mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-01 00:54:24 +03:00
* src/screen.c (panel_callback): Reset the `dirty' flag after the panel has
been repainted on focus.
This commit is contained in:
parent
3652302618
commit
84ba7897bb
@ -1,3 +1,8 @@
|
||||
2006-02-08 Pavel Tsekov <ptsekov@gmx.net>
|
||||
|
||||
* screen.c (panel_callback): Reset the `dirty' flag after the
|
||||
panel has been repainted on focus.
|
||||
|
||||
2006-02-06 Pavel Tsekov <ptsekov@gmx.net>
|
||||
|
||||
* widget.c (buttonbar_set_label): Fix `comparison of distinct
|
||||
|
@ -2257,6 +2257,7 @@ panel_callback (Widget *w, widget_msg_t msg, int parm)
|
||||
select_item (panel);
|
||||
show_dir (panel);
|
||||
paint_dir (panel);
|
||||
panel->dirty = 0;
|
||||
|
||||
buttonbar_set_label (h, 1, _("Help"), help_cmd);
|
||||
buttonbar_set_label (h, 2, _("Menu"), user_file_menu_cmd);
|
||||
|
Loading…
Reference in New Issue
Block a user