Fix drag curor visibility on Windows.
authorJanne Anttila <janne.anttila@digia.com>
Wed, 8 Aug 2012 12:34:06 +0000 (15:34 +0300)
committerQt by Nokia <qt-info@nokia.com>
Mon, 20 Aug 2012 08:26:28 +0000 (10:26 +0200)
commit85bd95cc318c0ad64aee892e2955b84f196a5d71
tree9b4b9d369dfbb49eb350c1c6db2b290dc64cd772
parent1b54d1e4d53cf87249fed7e4684b3156f5f9677e
Fix drag curor visibility on Windows.

QDrag has an API to set both pixmap (QDrag::setPixmap) and drag cursor
(QDrag::setDragCursor): http://qt-project.org/doc/qt-5.0/qdrag.html.

We cannot return from createCursors if there is no pixmap, but we need
to go through also dragCursor and use those if one is set.

Change-Id: If2b2139ad193a4ab5b25c65400c595dc7c33de2c
Reviewed-by: Andy Shaw <andy.shaw@digia.com>
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
src/plugins/platforms/windows/qwindowsdrag.cpp