borrow more stuff

This commit is contained in:
Simon Gardling
2022-03-29 15:00:59 -04:00
parent 17d2455d35
commit 4ef0743409
2 changed files with 10 additions and 10 deletions

View File

@@ -722,8 +722,8 @@ impl epi::App for MathApp {
.filter(|(i, _)| !self.func_strs[*i].is_empty())
.for_each(|(_, function)| {
function.calculate(
minx_bounds,
maxx_bounds,
&minx_bounds,
&maxx_bounds,
width_changed,
&self.settings,
)