Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initializing graph with StableGraph::default() and updating the graph afterwards results in a hard to find graph #127

Open
dmyyy opened this issue Nov 19, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@dmyyy
Copy link
Contributor

dmyyy commented Nov 19, 2023

Repro:

  • Initialize with egui_graphs::Graph::from(&StableGraph::default())
  • Update with a graph value later after doing some work.

Expected
Graph should appear

Actual
Graph doesn't appear and cannot be found no matter how much panning/zooming you do

@dmyyy dmyyy mentioned this issue Nov 19, 2023
@dmyyy
Copy link
Contributor Author

dmyyy commented Nov 19, 2023

Probably fixed by #116

@blitzarx1 blitzarx1 self-assigned this Nov 21, 2023
@blitzarx1 blitzarx1 added the bug Something isn't working label Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants