mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 14:49:06 -04:00
Hey, this is my fist PR to fix the bug I just published #8225 I hope it helps. I tested the fix with wgpu but not glow. I must say that I am not very happy to have very similar function is_viewport_or_descendant_visible in both case. Let me know if you would prefer that I try to factorize it. * Closes <https://github.com/emilk/egui/issues/8225> * [X] I have followed the instructions in the PR template --------- Co-authored-by: Matthieu Casanova <public@kpouer.com>