SerenityOS build: Saturday, March 09
Images 💾⌗
- serenity-x86_64-20240309-2a021a3.img.gz (Raw image, 218.57 MiB)
Last commit ⭐⌗
commit 2a021a35fcecca31d918b7eeaf9fa9dfa885841d
Author: Timothy Flynn <trflynn89@pm.me>
AuthorDate: Fri Mar 8 10:02:20 2024 -0500
Commit: Tim Flynn <trflynn89@pm.me>
CommitDate: Fri Mar 8 14:43:33 2024 -0500
LibGUI: Consider carriage returns when counting lines in a label
We create labels in the Browser from text on web documents, which may
use carriage returns. LibGfx will split lines on CR already, but LibGUI
would not consider CRs when computing the height of the containing
widget. The result was text that would not fit in the label's box.
Other builds