[Problem] dragMoveEvent doesn't occur unless I drag quickly.
General and Desktop
3
Posts
2
Posters
1.2k
Views
1
Watching
-
I can drag and drop, but unless at some point in the drag I drag quickly I will never get dragMoveEvent or dragDropEvent. Changing the following didn't help:
QApplication::setStartDragTime(60) ;
QApplication::setStartDragDistance(2);Once it gets dragged quickly, that drag starts getting the drag events, even if dragged slowly. The next time I drag though I have to drag quickly again to start getting events.
Any ideas for what I can do about this?
-
Android with Necessitas.