[longomatch] Delete redraw, now handled in the component



commit 78133092a41d15a6299ded8a485d4e50a26a4365
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Aug 29 14:33:20 2014 +0200

    Delete redraw, now handled in the component

 LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs b/LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs
index 3748b29..a0817b8 100644
--- a/LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs
+++ b/LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs
@@ -454,7 +454,6 @@ namespace LongoMatch.Gui.Panel
                                        hometemplate.RemovePlayers (players, false);
                                        awaytemplate.RemovePlayers (players, false);
                                        teamtagger.Reload ();
-                                       drawingarea.QueueDraw ();
                        };
                        menu.Add (item);
                        menu.ShowAll ();


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