mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
Fix compilation
This commit is contained in:
@@ -522,7 +522,7 @@ impl Ui {
|
|||||||
self.enabled = false;
|
self.enabled = false;
|
||||||
if self.is_visible() {
|
if self.is_visible() {
|
||||||
self.painter
|
self.painter
|
||||||
.multiply_opacity(self.visuals().fade_out_opacity());
|
.multiply_opacity(self.visuals().disabled_alpha());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user