mirror of
https://github.com/jwetzell/QControlKit.git
synced 2026-08-04 15:07:59 +00:00
Trigger cue updated when children are updated
This commit is contained in:
+3
-1
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user