1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 07:03:14 -04:00

Fix compilation

This commit is contained in:
Emil Ernerfeldt
2025-05-21 13:34:25 +02:00
parent f58199e2ce
commit 5df8faf5cb

View File

@@ -522,7 +522,7 @@ impl Ui {
self.enabled = false;
if self.is_visible() {
self.painter
.multiply_opacity(self.visuals().fade_out_opacity());
.multiply_opacity(self.visuals().disabled_alpha());
}
}