mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
Merge branch '2991_label_redraw'
This commit is contained in:
commit
6cdfa2522c
@ -182,10 +182,10 @@ label_set_text (WLabel * label, const char *text)
|
||||
}
|
||||
}
|
||||
|
||||
widget_redraw (w);
|
||||
|
||||
if (newcols < w->cols)
|
||||
w->cols = newcols;
|
||||
|
||||
widget_redraw (w);
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------------------------------------------- */
|
||||
|
Loading…
Reference in New Issue
Block a user