wjc
2023-07-26 80075a89316729927db0ad65ca7674f81a942a93
HDL_ON/Entity/Function/Function.cs
@@ -803,6 +803,8 @@
            var list = new List<FunctionAttributes>();
            if (spk == SPK.GroupControl)
            {
                lock (list)
                {
                var gc = FunctionList.List.groupControls.Find((obj) => obj.sid == sid);
                if (gc != null)
                {
@@ -821,7 +823,7 @@
                        }
                    }
                }
                }
            }
            else
            {