[libchamplain: 37/45] User layers are now unreactive by default, no need to explicitly set them anymore.



commit e06d6052b7f98834551a3b918427c32a9c2a9c4f
Author: Marius Stanciu <stanciumarius94 gmail com>
Date:   Sun Aug 7 20:38:51 2016 +0300

    User layers are now unreactive by default, no need to explicitly set
    them anymore.

 champlain/champlain-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/champlain/champlain-view.c b/champlain/champlain-view.c
index d30369c..7c47fe0 100644
--- a/champlain/champlain-view.c
+++ b/champlain/champlain-view.c
@@ -3445,13 +3445,13 @@ show_zoom_actor (ChamplainView *view,
         {
           GList *old_clone = priv->map_clones;
           gint i;
+
           for (i = 0; i < priv->num_clones; i++) 
             {
               gfloat tiles_x;
               ClutterActor *clone_right = clutter_clone_new (tile_container);
 
               clutter_actor_hide (CLUTTER_ACTOR (old_clone->data));
-              clutter_actor_set_reactive (CLUTTER_ACTOR (old_clone->data), FALSE);
 
               clutter_actor_get_position (tile_container, &tiles_x, NULL);
               clutter_actor_set_x (clone_right, tiles_x + (i * column_count * size));


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