[gnome-maps] MapView: Use horizontal wrap



commit 947dba380fd3a6d51f0b1cb666d562d017b74674
Author: Mattias Bengtsson <mattias jc bengtsson gmail com>
Date:   Mon Aug 15 16:38:06 2016 +0200

    MapView: Use horizontal wrap

 configure.ac   |    2 +-
 src/mapView.js |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 68f68e9..268e33e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,7 +43,7 @@ PKG_CHECK_MODULES(GNOME_MAPS, [
 FOLKS_MIN_VERSION=0.10.0
 GEE_MIN_VERSION=0.16.0
 GEOCODE_MIN_VERSION=3.15.2
-CHAMPLAIN_MIN_VERSION=0.12.13
+CHAMPLAIN_MIN_VERSION=0.12.14
 
 PKG_CHECK_MODULES(GNOME_MAPS_LIB, [
     gee-0.8                      >= $GEE_MIN_VERSION
diff --git a/src/mapView.js b/src/mapView.js
index 8c2e97c..1c905b2 100644
--- a/src/mapView.js
+++ b/src/mapView.js
@@ -140,6 +140,7 @@ const MapView = new Lang.Class({
         view.goto_animation_mode = Clutter.AnimationMode.EASE_IN_OUT_CUBIC;
         view.reactive = true;
         view.kinetic_mode = true;
+        view.horizontal_wrap = true;
 
         if (Application.normalStartup)
             view.connect('notify::realized', this._goToStoredLocation.bind(this));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]