Skip to content

Reshuffle action muxer initialization

Matthias Clasen requested to merge class-action-init into master

We were having a problem where property actions were not getting state updates because prop_actions_connect was triggered from some instance_init function while the widget class is not in place yet.

Delay that call until the widget is fully constructed, so we can guarantee that we are dealing with the correct class private struct, and see all class actions.

Merge request reports