egui/crates
YgorSouza f85a25307d
Fix deadlock when using show_blocking_widget (#2753)
Calling the layer painter from inside a write() call causes a deadlock
on the Context. This change stores the necessary data (the two
overlapping Rects) in the write() call but uses them outside.

Closes #2752
2023-02-28 20:52:37 +01:00
..
ecolor Add badges to all crates' README.md 2023-02-12 18:08:13 +01:00
eframe Release eframe 0.21.3 - fix web input of the the letter P 2023-02-15 08:26:45 +01:00
egui Fix deadlock when using show_blocking_widget (#2753) 2023-02-28 20:52:37 +01:00
egui-wgpu format: add some blank lines where it was needed 2023-02-10 18:03:46 +01:00
egui-winit Release egui-winit, eframe 0.21.1 - fix crash on monitor size/dpi change 2023-02-12 15:29:47 +01:00
egui_demo_app Release 0.21.0 - Deadlock fix and winit update 2023-02-08 20:11:21 +01:00
egui_demo_lib Release 0.21.0 - Deadlock fix and winit update 2023-02-08 20:11:21 +01:00
egui_extras Add badges to all crates' README.md 2023-02-12 18:08:13 +01:00
egui_glium Release egui-winit, eframe 0.21.1 - fix crash on monitor size/dpi change 2023-02-12 15:29:47 +01:00
egui_glow Release egui-winit, eframe 0.21.1 - fix crash on monitor size/dpi change 2023-02-12 15:29:47 +01:00
egui_web Fix broken GitHub source links due to #1940 2022-08-20 15:18:02 +02:00
emath Add badges to all crates' README.md 2023-02-12 18:08:13 +01:00
epaint Add badges to all crates' README.md 2023-02-12 18:08:13 +01:00