Clean up whitespace

This commit is contained in:
Philip Kristoffersen
2022-04-28 23:39:23 +02:00
parent 29ad5ee2e7
commit 8e9cbd8652
4 changed files with 87 additions and 81 deletions
-4
View File
@@ -83,10 +83,6 @@ impl epi::App for MyEguiApp {
let mut style: egui::Style = (*ctx.style()).clone();
create_style(&mut style);
ctx.set_style(style);
//Clean up thumbnails
}
fn update(&mut self, ctx: &egui::Context, _frame: &epi::Frame) {