D5490: Only follow mouse when moved (Fixes Bug #372635)

Anthony Fieroni noreply at phabricator.kde.org
Tue Apr 18 12:41:10 UTC 2017


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20170418/3bc2243f/attachment.html>


More information about the Plasma-devel mailing list