Skip to content

Emoji selection looks bad #5

@zeozeozeo

Description

@zeozeozeo

image

This was discovered in #3. It is caused by the new egui 0.29.1 selection rendering.

This code is the culprit:

egui-twemoji/src/lib.rs

Lines 315 to 319 in dc65224

// for emoji selection and copying:
resp |= ui.put(
image_rect,
egui::Label::new(RichText::new(emoji).color(egui::Color32::TRANSPARENT)),
);

The library should somehow render the emojis over the selection.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions