a11y/zoom: zoom level per output
This commit is contained in:
parent
babb96ddfa
commit
0ba0a0cdaa
11 changed files with 154 additions and 117 deletions
|
|
@ -433,7 +433,7 @@ where
|
|||
.map(|state| {
|
||||
(
|
||||
state.animating_focal_point(Some(&output)).to_local(&output),
|
||||
state.animating_level(),
|
||||
state.animating_level(&output),
|
||||
)
|
||||
})
|
||||
.unwrap_or_else(|| ((0., 0.).into(), 1.));
|
||||
|
|
@ -741,7 +741,7 @@ where
|
|||
.map(|state| {
|
||||
(
|
||||
state.animating_focal_point(Some(&output)).to_local(&output),
|
||||
state.animating_level(),
|
||||
state.animating_level(&output),
|
||||
)
|
||||
})
|
||||
.unwrap_or_else(|| ((0., 0.).into(), 1.));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue