diff --git a/src/core/Boxes/nullobject.cpp b/src/core/Boxes/nullobject.cpp index e827def69..fb0526a9e 100644 --- a/src/core/Boxes/nullobject.cpp +++ b/src/core/Boxes/nullobject.cpp @@ -60,6 +60,8 @@ NullObjectType::NullObjectType(ColorAnimator* const color, connect(this, &ComboBoxProperty::prp_currentFrameChanged, this, &NullObjectType::updatePath); + connect(this, &ComboBoxProperty::prp_pathChanged, + this, &NullObjectType::updatePath); connect(mSize, &QrealAnimator::prp_currentFrameChanged, this, &NullObjectType::updatePath); updatePath();