Code review comment for lp:~osomon/unity-2d/dnd-reorder-apps

Revision history for this message
Ugo Riboni (uriboni) wrote :

in LauncherItem.qml

193 + && !item.parent.parent.moving
194 + && !item.parent.parent.autoScrolling

I think you can generally replace item.parent.parent with ListView.view to get the list that contains this item.

review: Needs Fixing

« Back to merge proposal