diff -r ee3b84d09ccf -r c2c366964913 svghmi/widgets_common.ysl2 --- a/svghmi/widgets_common.ysl2 Sun Feb 13 21:01:27 2022 +0100 +++ b/svghmi/widgets_common.ysl2 Sun Feb 13 21:05:19 2022 +0100 @@ -174,7 +174,6 @@ constructor(elt_id, freq, args, indexes, minmaxes, members){ this.element_id = elt_id; this.element = id(elt_id); - if(freq !== undefined) this.frequency = freq; this.args = args; this.indexes = indexes; this.minmaxes = minmaxes; @@ -183,6 +182,7 @@ this.inhibit = indexes.map(() => undefined); this.pending = indexes.map(() => undefined); this.bound_unhinibit = this.unhinibit.bind(this); + this.forced_frequency = freq; } unsub(){