Finished
This commit is contained in:
@@ -67,7 +67,7 @@ public partial class MainControlPanel : HBoxContainer
|
||||
sRoot.SetMeta("isoExp", h.Dump());
|
||||
foreach (var group in h.Compounds.GroupBy(x => x.Expression))
|
||||
{
|
||||
TreeItem t = Compounds.CreateItem(root);
|
||||
TreeItem t = Compounds.CreateItem(sRoot);
|
||||
t.SetText(0, group.Key);
|
||||
t.SetSelectable(0, false);
|
||||
int j = 1;
|
||||
|
||||
Reference in New Issue
Block a user