add clear_color
This commit is contained in:
@@ -633,4 +633,8 @@ impl App for MathApp {
|
|||||||
panic!("unable to get local storage")
|
panic!("unable to get local storage")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fn clear_color(&self, _visuals: &egui::Visuals) -> egui::Rgba {
|
||||||
|
crate::style::STYLE.window_fill().into()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user