mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Keep track of why request_discard was called (#5134)
This will help debug spurious calls to it
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user