tiling: Fix offset focus indicator in overview
This commit is contained in:
parent
64752fe31a
commit
b9fff052db
1 changed files with 2 additions and 2 deletions
|
|
@ -2109,7 +2109,7 @@ where
|
|||
)?;
|
||||
let rescaled = RescaleRenderElement::from_element(
|
||||
cropped,
|
||||
original_location,
|
||||
original_geo.loc.to_physical_precise_round(output_scale),
|
||||
scale,
|
||||
);
|
||||
let relocated = RelocateRenderElement::from_element(
|
||||
|
|
@ -2130,7 +2130,7 @@ where
|
|||
)?;
|
||||
let rescaled = RescaleRenderElement::from_element(
|
||||
cropped,
|
||||
original_location,
|
||||
original_geo.loc.to_physical_precise_round(output_scale),
|
||||
scale,
|
||||
);
|
||||
let relocated = RelocateRenderElement::from_element(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue