Merge pull request #12435 from vladest/fix_flickable_tablethome

Make sure Flickable for GridView for TabletHome will not flick
This commit is contained in:
Seth Alves 2018-02-21 09:21:45 -08:00 committed by GitHub
commit 220d9abbfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,6 +130,7 @@ Item {
flickableDirection: Flickable.AutoFlickIfNeeded
keyNavigationEnabled: false
highlightFollowsCurrentItem: false
interactive: false
property int previousGridIndex: -1