summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qbitmap.h
diff options
context:
space:
mode:
authorTimur Pocheptsov <timur.pocheptsov@theqtcompany.com>2016-02-10 16:59:20 +0100
committerTimur Pocheptsov <timur.pocheptsov@theqtcompany.com>2016-02-12 16:46:48 +0000
commit22d075fef0ed2a52283bbe5b41be83be028c899a (patch)
treec47aaa8dfc515e90ff2e0fe19bfd2c50aef64c82 /src/gui/image/qbitmap.h
parent94f5ed11a1f82e39e5bc25160deb501efbe67254 (diff)
Cocoa integration - suppress excessive dragginUpdated messages
Our abstract item views are using a timer before starting autoscroll. Constant dragginUpdated (re)starts this timer again and again and it actually never times out (== no autoscroll). It looks like a bug in Cocoa since 10.11, they test: respondsToSelector:@selector(wantsPeriodicDraggingUpdated:) with ':' at the end, though they need a method without parameters; as a result QTBUG-32761 was re-introduced. Let's make them happy and respond to this selector also (never gets called actually). Change-Id: I3b7bb0a455124f84c97fc350f69486bf0fc5d5fc Task-number: QTBUG-32761 Reviewed-by: Jake Petroules <jake.petroules@theqtcompany.com>
Diffstat (limited to 'src/gui/image/qbitmap.h')
0 files changed, 0 insertions, 0 deletions