SerenityOS build: Tuesday, May 10
Images 💾⌗
- serenity-i686-20220510-62d41d5.img.gz (Raw image, 123.1 MiB)
- serenity-i686-20220510-62d41d5.vdi.gz (VirtualBox VDI, 122.92 MiB)
Last commit ⭐⌗
commit 62d41d58d613b22caa5a3324c278511f8678c8d6
Author: offtkp <parisoplop@gmail.com>
AuthorDate: Sun May 8 04:02:53 2022 +0300
Commit: Linus Groh <mail@linusgroh.de>
CommitDate: Mon May 9 22:52:05 2022 +0200
LibGUI: Consider TextEditor icon size when scrolling text horizontally
If an icon exists and the horizontal scroll value is larger than 0,
translate the TextEditor painter by the icon size and padding.
The text would scroll over the icon when the text was long enough to
trigger a horizontal scroll.
Fixes #13669.
Other builds