anthonyfieroni added a comment.

  You can do this:
  
    property bool moved: false
    onMovedChanged: if (moved) {
        listView.currentIndex = index
    }
    onPositionChanged: {
    ...
    moved = true;
    }

REPOSITORY
  R112 Milou

REVISION DETAIL
  https://phabricator.kde.org/D5490

To: leszeklesner, broulik
Cc: anthonyfieroni, davidedmundson, plasma-devel, spstarr, progwolff, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol

Reply via email to