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:
commit
6cdfa2522c
@ -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);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --------------------------------------------------------------------------------------------- */
|
/* --------------------------------------------------------------------------------------------- */
|
||||||
|
Loading…
Reference in New Issue
Block a user