Ubuntu Pastebin

Paste from ahayzen at Sun, 15 Feb 2015 15:28:04 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
=== modified file 'app/ui/HomePage.qml'
--- app/ui/HomePage.qml	2015-02-15 15:05:43 +0000
+++ app/ui/HomePage.qml	2015-02-15 15:26:55 +0000
@@ -75,6 +75,7 @@
             onCurrentIndexChanged: {
                 print("CI: "+currentIndex)
             }
+            onModelChanged: currentIndex = settings.current
             delegate: LocationPane {}
         }
     }
Download as text