[longomatch/0.20] Fix excell exports



commit 8044139987dc9b12f9469089b747b4dde4d23712
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Sep 24 16:37:39 2014 +0200

    Fix excell exports

 LongoMatch.Addins.COE/TeamStatsSheet.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Addins.COE/TeamStatsSheet.cs b/LongoMatch.Addins.COE/TeamStatsSheet.cs
index 73cad89..ba8b395 100644
--- a/LongoMatch.Addins.COE/TeamStatsSheet.cs
+++ b/LongoMatch.Addins.COE/TeamStatsSheet.cs
@@ -86,7 +86,7 @@ public class TeamStatsSheet
                                optionWidth -= 1;
                                FillSubcategoryName(subcatStats.Name, subcategoryColumn, optionWidth); 
                                subcategoryWidth += optionWidth + 1;
-                               subcategoryColumn += subcategoryWidth;
+                               subcategoryColumn += optionWidth + 1;
                        }
                        subcategoryWidth -= 1;
                        FillCategoryName(catStats.Name, categoryColumn, subcategoryWidth);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]