mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
Add typ to known words (#5754)
This recently started to fail: https://github.com/emilk/egui/actions/runs/13628559355/job/38091065444?pr=5706
This commit is contained in:
@@ -1101,7 +1101,7 @@ impl RawInput {
|
||||
system_theme,
|
||||
} = self;
|
||||
|
||||
ui.label(format!("Active viwport: {viewport_id:?}"));
|
||||
ui.label(format!("Active viewport: {viewport_id:?}"));
|
||||
for (id, viewport) in viewports {
|
||||
ui.group(|ui| {
|
||||
ui.label(format!("Viewport {id:?}"));
|
||||
|
||||
Reference in New Issue
Block a user