1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 05:10:03 -04:00

Keep track of why request_discard was called (#5134)

This will help debug spurious calls to it
This commit is contained in:
Emil Ernerfeldt
2024-09-20 09:17:52 +02:00
committed by GitHub
parent 0f290b4904
commit 06f709481a
6 changed files with 88 additions and 41 deletions

View File

@@ -275,8 +275,8 @@ impl AppRunner {
ime,
#[cfg(feature = "accesskit")]
accesskit_update: _, // not currently implemented
num_completed_passes: _, // handled by `Context::run`
requested_discard: _, // handled by `Context::run`
num_completed_passes: _, // handled by `Context::run`
request_discard_reasons: _, // handled by `Context::run`
} = platform_output;
super::set_cursor_icon(cursor_icon);