vcl/source/gdi/sallayout.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit adcedbea71024470783406a187516be4b7bfb4d6 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Sat Dec 3 20:43:27 2022 +0000 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Sun Dec 4 10:23:59 2022 +0000 Resolves: tdf#152196 visible gaps with glyph fallback in Arabic/Persian text Change-Id: I0bf5a10940782f4507e7d632ec37bc4eaa710b03 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143624 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/source/gdi/sallayout.cxx b/vcl/source/gdi/sallayout.cxx index 2d5a33237e1b..85ad838615d9 100644 --- a/vcl/source/gdi/sallayout.cxx +++ b/vcl/source/gdi/sallayout.cxx @@ -771,7 +771,7 @@ void MultiSalLayout::ImplAdjustMultiLayout(vcl::text::ImplLayoutArgs& rArgs, mnLevel = nLevel; // prepare merge the fallback levels - DeviceCoordinate nXPos = 0; + double nXPos = 0; for( n = 0; n < nLevel; ++n ) maFallbackRuns[n].ResetPos();