emilk / egui

egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
https://www.egui.rs/
Apache License 2.0
20.61k stars 1.49k forks source link

Tooltips should maybe inherit the style of the parent? #4692

Open emilk opened 6 days ago

emilk commented 6 days ago

I think it makes sense if the style of a tooltip (on_hover_ui) would inherit the Style of the parent Ui. Maybe?