Related: tdf#155266 stop delaying painting timer while swiping
commit9f92a39234dfae40fe19ab6fa47caf8b21dd8847
authorPatrick Luby <plubius@libreoffice.org>
Wed, 20 Dec 2023 14:32:06 +0000 (20 09:32 -0500)
committerPatrick Luby <plubius@libreoffice.org>
Wed, 20 Dec 2023 22:47:53 +0000 (20 23:47 +0100)
tree0eb92906aeec92821c8a6d1fe99d61eb7cd9748a
parentee7ca8e4ea8ed93655f99e77a9e77032ac830c46
Related: tdf#155266 stop delaying painting timer while swiping

After fixing several flushing issues in tdf#155266, scrollbars
still will not redraw until swiping has ended or paused when
using Skia/Raster or Skia disabled. So, stop the delay by only
including NSEventMaskScrollWheel if the current event type is
not NSEventTypeScrollWheel.

Change-Id: I9348e5a38b4d0fedbf424b92a71eed25280fc21f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161075
Tested-by: Jenkins
Reviewed-by: Patrick Luby <plubius@libreoffice.org>
vcl/osx/salinst.cxx