瀏覽代碼

Fixed Lookup Issues in EmbeddedDynamicEditorForm

Frank van den Bos 2 年之前
父節點
當前提交
f6fcbc204b
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      inabox.wpf/DynamicGrid/Editors/LookupEditor/LookupEditorControl.cs

+ 3 - 0
inabox.wpf/DynamicGrid/Editors/LookupEditor/LookupEditorControl.cs

@@ -36,6 +36,9 @@ namespace InABox.DynamicGrid
 
         public override void Configure()
         {
+            if (Loaded)
+                return;
+            
             if ((EditorDefinition is ILookupEditor dle) && (dle.LookupWidth != int.MaxValue))
                 Width = dle.LookupWidth;