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

Emoji selection looks bad #5

Open
zeozeozeo opened this issue Oct 6, 2024 · 0 comments
Open

Emoji selection looks bad #5

zeozeozeo opened this issue Oct 6, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@zeozeozeo
Copy link
Owner

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.

@zeozeozeo zeozeozeo added the enhancement New feature or request label Oct 6, 2024
@zeozeozeo zeozeozeo added the help wanted Extra attention is needed label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant