-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
This was discovered in #3. It is caused by the new egui 0.29.1 selection rendering.
This code is the culprit:
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
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed