[longomatch/newui: 134/157] Redraw after reloading the teams



commit 4066ec403ebf6216f103cc81d9d64ce233d24b71
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Aug 29 14:26:14 2014 +0200

    Redraw after reloading the teams

 LongoMatch.Drawing/Widgets/TeamTagger.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.Drawing/Widgets/TeamTagger.cs b/LongoMatch.Drawing/Widgets/TeamTagger.cs
index d909b18..1b0be8e 100644
--- a/LongoMatch.Drawing/Widgets/TeamTagger.cs
+++ b/LongoMatch.Drawing/Widgets/TeamTagger.cs
@@ -65,6 +65,7 @@ namespace LongoMatch.Drawing.Widgets
                public void Reload ()
                {
                        tagger.Reload ();
+                       widget.ReDraw ();
                }
                
                public bool Compact {


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