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
thread 'main' panicked at /Users/egx/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui-0.28.1/src/widget_rect.rs:142:17:
Widget changed layer_id during the frame
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'main' panicked at /Users/egx/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/src/platform_impl/macos/app_state.rs:387:33:
called `Result::unwrap()` on an `Err` value: PoisonError { .. }
Expected behavior
Can be dragged with 0.27
Screenshots
Desktop (please complete the following information):
OS: MacOS 14.5
The text was updated successfully, but these errors were encountered:
@3gx I'm using my own version of egui's drag-and-drop API but the solution can probably be adapted to work. Try ui.dnd_drag_source(item_id, item_location, |ui| ui.push_id(id, |ui| ...)) (with some unique id).
Describe the bug
To Reproduce
Steps to reproduce the behavior:
https://github.com/emilk/egui/blob/master/crates/egui_demo_lib/src/demo/drag_and_drop.rs#L72C1-L75C1
,replace
with
Click on it
Error
Expected behavior
Can be dragged with 0.27
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: