1
This commit is contained in:
@@ -59,7 +59,7 @@ namespace BITKit.UX
|
||||
}
|
||||
//ve = document.rootVisualElement.Q(bindPathAtt.Path);
|
||||
if(bindPathAtt.CanBeNull is false && ve is null)
|
||||
BIT4Log.LogException(new NullReferenceException($"未找到{bindPathAtt.Path}"));
|
||||
BIT4Log.LogException(new NullReferenceException($"{self.GetType().Name}上未找到{bindPathAtt.Path}"));
|
||||
|
||||
if (fieldInfo.FieldType == typeof(UXContainer))
|
||||
{
|
||||
|
Reference in New Issue
Block a user