Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-28 | Fix text under scrollbar on the left | Rodrigo Arias Mallo | |
When the page is first layouted, we can then determine if the vertical scrollbar needs to be present. When the vertical scrollbar is on the left side, the whole content needs to be shifted to the right, so we need to allocate the top level widget again. The current fix simply marks the top level widget for allocation. Fixes: https://github.com/dillo-browser/dillo/issues/359 |