EmbarkStudios / puffin

🐦 Friendly little instrumentation profiler for Rust 🦀
Apache License 2.0
1.49k stars 75 forks source link

🪂 Disable `drag_to_scroll` on frame selection `ScrollArea` #207

Closed tosti007 closed 5 months ago

tosti007 commented 5 months ago

Checklist

Description of Changes

In the version 0.27 release of egui, the interaction handling was changed. This caused the frame selection in the frame graph to be unselectable. By disabling the drag_to_scroll on the related ScrollArea this issue is solved.

The latest frame selection does not suffer from this, as it does not use a ScrollArea.

Related Issues

tosti007 commented 5 months ago

Hm seems CI is hitting some unrelated linting errors, what should I do with those?