#12952 closed defect (fixed)
Avoid multiple call of Widget.startup in Gauges
Reported by: | tissandier | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | General | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
With the new AMD loader it seems that Widget.startup may be called twice, in particular if you create the widget by code and call startup yourself.
The patch ensures that gauges will work in all cases, even if startup is called several times.
Attachments (1)
Change History (3)
Changed 10 years ago by
Attachment: | GaugeAvoidMultipleStartup.patch added |
---|
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
(In [24915]) fixes #12952 avoid multiple calls to startup in gauge wdigets \!strict