mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -04:00
Fix compilation
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user