svghmi/widget_foreach.ysl2
changeset 3603 f1a00aa8cb3b
parent 3241 fe945f1f48b7
equal deleted inserted replaced
3602:1bd8e077894e 3603:f1a00aa8cb3b
   138         }
   138         }
   139         this.item_offset = new_item_offset;
   139         this.item_offset = new_item_offset;
   140         this.unsub_items();
   140         this.unsub_items();
   141         this.sub_items();
   141         this.sub_items();
   142         update_subscriptions();
   142         update_subscriptions();
   143         need_cache_apply.push(this);
   143         this.apply_cache(); 
   144         jumps_need_update = true;
   144         jumps_need_update = true;
   145         requestHMIAnimation();
   145         requestHMIAnimation();
   146     }
   146     }
   147 ||
   147 ||
   148 
   148