vcl/osx/salframeview.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 518d875a517ec3af0b0d75fd5d92a12011cdb43b Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Nov 15 22:22:19 2024 +0100 Commit: Andrea Gelmini <andrea.gelm...@gelma.net> CommitDate: Sat Nov 16 13:12:11 2024 +0100 Fix typo Change-Id: I05757dccf4abc66f11454d2587902d25fca4312a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176660 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net> diff --git a/vcl/osx/salframeview.mm b/vcl/osx/salframeview.mm index ebbf112f1176..b5a2d682e34c 100644 --- a/vcl/osx/salframeview.mm +++ b/vcl/osx/salframeview.mm @@ -1166,7 +1166,7 @@ static bool isMouseScrollWheelEvent( NSEvent *pEvent ) aEvent.mnY = static_cast<tools::Long>(aPt.y) - mpFrame->GetUnmirroredGeometry().y(); // tdf#151423 Ignore all modifiers for swipe events // It appears that devices that generate swipe events can generate - // both veritical and horizontal swipe events. So, behave like most + // both vertical and horizontal swipe events. So, behave like most // macOS applications and ignore all modifiers if this a swipe event. aEvent.mnCode = 0; aEvent.mbDeltaIsPixel = true;