egui icon indicating copy to clipboard operation
egui copied to clipboard

Fix: Speed ​​issues on Windows when immediate viewport is on another screen

Open rustbasic opened this issue 1 year ago • 1 comments

Fix Issues : Speed ​​issues on Windows when immediate viewport is on another screen

Improvement : In glow and wgpu, we are removing egui_ctx and only using integration.egui_ctx. This simplifies the structure and reduces the possibility of bugs.

  • Related #4022
  • Closes #5249

rustbasic avatar Oct 11 '24 15:10 rustbasic

Preview available at https://egui-pr-preview.github.io/pr/5250-patch136 Note that it might take a couple seconds for the update to show up after the preview_build workflow has completed.

github-actions[bot] avatar Oct 11 '24 15:10 github-actions[bot]