Formatting

macos-click-through
LoipesMas 3 years ago committed by Keith Simmons
parent a6f5906fbd
commit b8b9573168

@ -79,7 +79,12 @@ impl GridRenderer {
if transparency < 1.0 {
transparency = 0.0;
}
self.default_style.colors.background.unwrap().to_color().with_a((255.0 * transparency) as u8)
self.default_style
.colors
.background
.unwrap()
.to_color()
.with_a((255.0 * transparency) as u8)
}
pub fn draw_background(

Loading…
Cancel
Save