[libchamplain] Revert "Remove background zoom layer when all tiles loaded"



commit b8a17b7b4069bfb2844a067b48c0d79d0018f136
Author: Jiří Techet <techet gmail com>
Date:   Thu May 2 22:29:59 2013 +0200

    Revert "Remove background zoom layer when all tiles loaded"
    
    This does not work as expected.

 champlain/champlain-view.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/champlain/champlain-view.c b/champlain/champlain-view.c
index 1dd077d..8b45b2e 100644
--- a/champlain/champlain-view.c
+++ b/champlain/champlain-view.c
@@ -2006,7 +2006,6 @@ tile_state_notify (ChamplainTile *tile,
         priv->tiles_loading--;
       if (priv->tiles_loading == 0)
         {
-          clutter_actor_destroy_all_children (priv->zoom_layer);
           priv->state = CHAMPLAIN_STATE_DONE;
           g_object_notify (G_OBJECT (view), "state");
         }


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