Explorar el Código

Fixed refresh issue for ResetColumnsToSystem

Kenric Nugteren hace 11 meses
padre
commit
d948048a89
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      inabox.wpf/DynamicGrid/DynamicGridCustomColumnsComponent.cs

+ 1 - 1
inabox.wpf/DynamicGrid/DynamicGridCustomColumnsComponent.cs

@@ -115,7 +115,7 @@ public class DynamicGridCustomColumnsComponent<T>
     private void ResetColumnsToSystemClick()
     {
         SaveColumns(Grid.GenerateColumns());
-        Grid.Refresh(true, false);
+        Grid.Refresh(true, true);
     }
 
     private void ResetColumnsClick()