mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
Ticket #3162: "Directory scanning" window is too narrow.
(dirsize_status_update_cb): redraw "Directory scanning" window after enlargement. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
463833ac8d
commit
3d61dcd782
@ -2529,6 +2529,7 @@ dirsize_status_update_cb (status_msg_t * sm)
|
|||||||
{
|
{
|
||||||
dlg_set_size (sm->dlg, wd->lines, WIDGET (dsm->count_size)->cols + 6);
|
dlg_set_size (sm->dlg, wd->lines, WIDGET (dsm->count_size)->cols + 6);
|
||||||
dirsize_status_locate_buttons ((dirsize_status_msg_t *) sm);
|
dirsize_status_locate_buttons ((dirsize_status_msg_t *) sm);
|
||||||
|
dlg_redraw (sm->dlg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* adjust first label */
|
/* adjust first label */
|
||||||
|
Loading…
Reference in New Issue
Block a user