Skip to content

Commit

Permalink
ConfigApp: Execute UpdateCheckedAccordingToChildrenStatus for meta ef…
Browse files Browse the repository at this point in the history
…fect items
  • Loading branch information
pongo1231 committed Sep 22, 2023
1 parent 1954074 commit ec90115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConfigApp/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ private void InitEffectsTreeView()
meta_effects_tree_view.Items.Clear();
meta_effects_tree_view.Items.Add(metaParentItem);

foreach (var treeMenuItem in m_TreeMenuItemsAll)
foreach (var treeMenuItem in m_TreeMenuItemsAll.Append(metaParentItem))
{
treeMenuItem.UpdateCheckedAccordingToChildrenStatus();
}
Expand Down

0 comments on commit ec90115

Please sign in to comment.