瀏覽代碼

Little tweak

Kenric Nugteren 1 月之前
父節點
當前提交
cd880f6c0a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      inabox.wpf/DynamicGrid/Grids/DynamicItemsListGrid.cs

+ 1 - 1
inabox.wpf/DynamicGrid/Grids/DynamicItemsListGrid.cs

@@ -58,7 +58,7 @@ public class DynamicItemsListGrid<T> : DynamicGrid<T>, IDynamicItemsListGrid
 
     protected override void DoReconfigure(DynamicGridOptions options)
     {
-        
+        base.DoReconfigure(options);
     }