You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
With prior versions it was possible to select a specific frame within the flamegraph viewer. With the lastest version selecting a specific scope focuses the ScrollArea wrapping the lists of scopes instead. I think this is due to eguiv0.27's changes to how input handling is performed.
To Reproduce
Steps to reproduce the behavior:
Run the eframe.rs example.
Open the flamegraph.
Pause the frame collection with space.
Select any of the previous frames.
Notice that this is not possible and scrolling is activated instead.
Expected behavior
I expect to select the frame I clicked on, as was the case with eguiv0.26.