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

Remove debug-assert triggered by with_layer_id/dnd_drag_source #5191

Merged
merged 2 commits into from
Sep 30, 2024

Conversation

emilk
Copy link
Owner

@emilk emilk commented Sep 30, 2024

@emilk emilk added bug Something is broken egui labels Sep 30, 2024
@emilk emilk added this to the Next Patch Release milestone Sep 30, 2024
Copy link

Preview available at https://egui-pr-preview.github.io/pr/5191-emilk/remove-debug-assert-on-layer-id-change
Note that it might take a couple seconds for the update to show up after the preview_build workflow has completed.

@emilk emilk force-pushed the emilk/remove-debug-assert-on-layer-id-change branch from d47315f to 656fd75 Compare September 30, 2024 08:08
@emilk emilk changed the title Remove debug-assert triggered by with_layer_id Remove debug-assert triggered by with_layer_id/dnd_drag_source Sep 30, 2024
@emilk emilk marked this pull request as ready for review September 30, 2024 08:18
@emilk emilk merged commit db3dcaf into master Sep 30, 2024
42 checks passed
@emilk emilk deleted the emilk/remove-debug-assert-on-layer-id-change branch September 30, 2024 11:19
hacknus pushed a commit to hacknus/egui that referenced this pull request Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken egui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ui::with_layer_id panics when given LayerId is different from the Ui's current one.
1 participant