[gnome-maps/gnome-3-20] MapView: Use horizontal wrap
- From: Marcus Lundblad <mlundblad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/gnome-3-20] MapView: Use horizontal wrap
- Date: Thu, 1 Sep 2016 19:35:36 +0000 (UTC)
commit 23bc23cd457729473f97f524b6b0950199febd19
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 fee95c7..4f08dc6 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 9f4febe..6b38cb1 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]