Skip to content

Fix a bug AnimationShortcuts

DoublePropertyWidget can be reconstructed when it has an associated domain and it changes. This does not works well with the new default decorator concept. This add a signal "widgetReconstructed" that can be catched by decorator that needs to take that into account. This connect this new signal to a slot that add the animation shortcut widget

Merge request reports