1
0
mirror of https://github.com/MidnightCommander/mc synced 2025-01-12 14:29:41 +03:00

Merge branch '2991_label_redraw'

This commit is contained in:
Andrew Borodin 2013-04-08 15:47:01 +04:00
commit 6cdfa2522c

View File

@ -182,10 +182,10 @@ label_set_text (WLabel * label, const char *text)
} }
} }
widget_redraw (w);
if (newcols < w->cols) if (newcols < w->cols)
w->cols = newcols; w->cols = newcols;
widget_redraw (w);
} }
/* --------------------------------------------------------------------------------------------- */ /* --------------------------------------------------------------------------------------------- */