From 4ef3f689df2a750ec7a178a675b42aefe315cb69 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Mon, 19 Oct 2020 16:34:13 -0500 Subject: [PATCH] Trigger cue updated when children are updated --- QControlKit/QCue.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/QControlKit/QCue.cs b/QControlKit/QCue.cs index 9136668..9d08d9a 100644 --- a/QControlKit/QCue.cs +++ b/QControlKit/QCue.cs @@ -210,7 +210,7 @@ namespace QControlKit QCue cue = childCuesUIDMap[aUid]; - Log.Debug($"Removing Child Cue From {listName} : {cue.uid} + {cue.listName}"); + //Log.Debug($"Removing Child Cue From {listName} : {cue.uid} + {cue.listName}"); childCues.Remove(cue); childCuesUIDMap.Remove(aUid); } @@ -649,6 +649,8 @@ namespace QControlKit if (value.Type != JTokenType.Array) continue; updateChildCuesWithPropertiesArray(value, true); + propertiesUpdated.Add(obj.Key); + cueUpdated = true; } else {