* src/screen.c (panel_callback): Reset the `dirty' flag after the panel has

been repainted on focus.
This commit is contained in:
Pavel Tsekov 2006-02-08 10:10:37 +00:00
parent 3652302618
commit 84ba7897bb
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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);