Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wayland: fix clean_text bug #2127

Merged
merged 1 commit into from
Jan 1, 2025
Merged

Conversation

bl4kraven
Copy link
Contributor

The current wayland display's clean_text function is missing cairo_fill to actually clear the background, causing the text to overlap.

The cairo_rectangle just adds a sub-path rectangle and doesn't draw , you need to call cairo_fill to actually draw it.

The current wayland display's clean_text function is missing
cairo_fill to actually clear the background, causing the text to overlap.

Signed-off-by: Leo Chung <[email protected]>
@github-actions github-actions bot added sources PR modifies project sources display: wayland related to Wayland backend labels Dec 31, 2024
Copy link

netlify bot commented Dec 31, 2024

Deploy Preview for conkyweb canceled.

Name Link
🔨 Latest commit 3559e54
🔍 Latest deploy log https://app.netlify.com/sites/conkyweb/deploys/6773e543a4fdff00086513bb

@brndnmtthws brndnmtthws added the bug related to incorrect existing implementation of some functionality label Dec 31, 2024
@brndnmtthws brndnmtthws requested a review from Caellian December 31, 2024 12:45
@brndnmtthws brndnmtthws merged commit 79e68cc into brndnmtthws:main Jan 1, 2025
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug related to incorrect existing implementation of some functionality display: wayland related to Wayland backend sources PR modifies project sources
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants