Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | render: fix OOB panic with scroll container outside the canvas | bptato | 2025-01-29 | 1 | -0/+3 |
clipBox must not be allowed to start outside the canvas, or paintBackground will happily try to setTextStr in a negative position. |