Fix underline flickering (#35989)

Closes #35559

Release Notes:

- Fixed underline flickering
This commit is contained in:
localcc 2025-08-11 19:17:48 +02:00 committed by GitHub
parent 76b95d4f67
commit 56c4992b9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -476,7 +476,7 @@ pub(crate) struct Underline {
pub content_mask: ContentMask<ScaledPixels>,
pub color: Hsla,
pub thickness: ScaledPixels,
pub wavy: bool,
pub wavy: u32,
}
impl From<Underline> for Primitive {