svghmi/widget_foreach.ysl2
branchwxPython4
changeset 3609 51a3d6f39944
parent 3603 f1a00aa8cb3b
equal deleted inserted replaced
3608:02229133df43 3609:51a3d6f39944
   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