diff options
author | Prasanth Ullattil <prasanth.ullattil@nokia.com> | 2009-09-28 20:49:12 (GMT) |
---|---|---|
committer | Prasanth Ullattil <prasanth.ullattil@nokia.com> | 2009-09-28 20:58:39 (GMT) |
commit | 679a6b373a5496c069b1ed668f7eb166237bd0e2 (patch) | |
tree | c59c5510b97c06027176d49ac5b40ecd2f393e9f /src/gui/graphicsview | |
parent | e20c832098d98076a0f988ce01b53586e370d272 (diff) | |
download | Qt-679a6b373a5496c069b1ed668f7eb166237bd0e2.zip Qt-679a6b373a5496c069b1ed668f7eb166237bd0e2.tar.gz Qt-679a6b373a5496c069b1ed668f7eb166237bd0e2.tar.bz2 |
QWheelEvent not working on Cocoa 64Bit
The patch which added support for smooth scrolling will work only on 32
bit builds. The new methods (e.g. deviceDeltaX) of the NSEvent were
added with the float return type. This should be of CGFloat type
instead, which is different from float on 64 bit builds.
Reviewed-by: Trust Me
Diffstat (limited to 'src/gui/graphicsview')
0 files changed, 0 insertions, 0 deletions