We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What: After dragging and dropping a space view in the blueprint, it seems to reorder the other items.
How to reproduce: just rs-plot-dashboard --num-plots 12 --num-series-per-plot 5 --num-points-per-series 5000 --freq 1000 --connect
just rs-plot-dashboard --num-plots 12 --num-series-per-plot 5 --num-points-per-series 5000 --freq 1000 --connect
The text was updated successfully, but these errors were encountered:
Yet another manifestation of us using egui_tiles as an application layer data structure. I'll check if there is a quick fix.
Sorry, something went wrong.
move_tile_to_container()
Root cause: rerun-io/egui_tiles#52
Note that this affects only grid containers.
move_tile_to_container
Fix move_tile_to_container behavior for grid-to-same-grid moves wit…
e528aa0
…h reflow enabled (#53) - Fixes #52 - Required for rerun-io/rerun#5081
Update egui_tiles to 0.7.2
9760fd9
- Fixes #5081
Update egui_tiles to 0.7.2 (#5107)
ff1bf9d
### What - Fixes #5081
abey79
Successfully merging a pull request may close this issue.
What: After dragging and dropping a space view in the blueprint, it seems to reorder the other items.
How to reproduce:
just rs-plot-dashboard --num-plots 12 --num-series-per-plot 5 --num-points-per-series 5000 --freq 1000 --connect
strange.reordering.mp4
The text was updated successfully, but these errors were encountered: