This fixes a bug where the source context bar wouldn't update when a scene item is deleted.
@@ -839,6 +839,8 @@ void SourceTreeModel::Remove(obs_sceneitem_t *item)
if (is_group)
UpdateGroupState(true);
+
+ OBSBasic::Get()->UpdateContextBarDeferred();
}
OBSSceneItem SourceTreeModel::Get(int idx)