Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

[Solved] Timing issue with draganddrop and reparenting

$
0
0
The problem can be solved by resetting the state before executing the drop. It’s a quirk but works.                                 onReleased: {                                     dragTile.state = ""                                     dragTile.Drag.drop()                                 }

Viewing all articles
Browse latest Browse all 4972

Trending Articles