mirror of
https://github.com/RGBCube/serenity
synced 2026-01-12 23:01:01 +00:00
To protect the layout system from negative input values, we were using an empty Rect() whenever an empty rect (width/height <= 0) was provided to set_relative_rect(). This caused Terminal's scrollbar code to fail, since it relies on first setting only the scrollbar width on startup, and then setting up the proper geometry in response to the initial resize event. Fixes #753. |
||
|---|---|---|
| .. | ||
| LibAudio | ||
| LibC | ||
| LibCore | ||
| LibDraw | ||
| LibELF | ||
| LibGUI | ||
| LibHTML | ||
| LibIPC | ||
| LibM | ||
| LibMarkdown | ||
| LibPCIDB | ||
| LibThread | ||
| LibVT | ||