Skip to content

Commit 593d6dd

Browse files
committed
More issues
1 parent 6aa8dd7 commit 593d6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/yup_gui/artboard/yup_Artboard.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ void Artboard::pullEventsFromStateMachines()
440440
propertyChanged (eventName, String (child->name()), oldValue, newValue);
441441

442442
if (onPropertyChanged)
443-
onPropertyChanged (eventName, String (child->name()), oldValue, newValue);
443+
onPropertyChanged (*this, eventName, String (child->name()), oldValue, newValue);
444444
}
445445
}
446446
}

0 commit comments

Comments
 (0)