update egui
This commit is contained in:
parent
a18abcd02a
commit
b73cf6d33e
@ -684,12 +684,7 @@ impl epi::App for MathApp {
|
|||||||
.collect();
|
.collect();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
self.last_info = (area_list, start.elapsed()); // Store list of functions' areas
|
// Store list of functions' areas along with the time it took to process.
|
||||||
// along with the time it took to
|
self.last_info = (area_list, start.elapsed());
|
||||||
// process.
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Uncaps max canvas size. This was capped in egui due to a bug in Firefox. But
|
|
||||||
// it's fixed now.
|
|
||||||
fn max_size_points(&self) -> Vec2 { Vec2::new(f32::MAX, f32::MAX) }
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user