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

Minor cleanup

This commit is contained in:
Emil Ernerfeldt
2023-11-12 12:49:30 +01:00
parent 46d3039364
commit a3c7bdd846
3 changed files with 23 additions and 9 deletions

View File

@@ -726,6 +726,8 @@ impl State {
egui_ctx: &egui::Context,
platform_output: egui::PlatformOutput,
) {
crate::profile_function!();
let egui::PlatformOutput {
cursor_icon,
open_url,