[longomatch] Set category background colors in the plays list



commit aaeb5913b796b4c2d522d86be2ca713be775a63e
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Aug 14 19:33:24 2013 +0200

    Set category background colors in the plays list

 .../Gui/Component/PlayersListTreeWidget.cs         |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/PlayersListTreeWidget.cs 
b/LongoMatch.GUI/Gui/Component/PlayersListTreeWidget.cs
index ddc7223..d0523cc 100644
--- a/LongoMatch.GUI/Gui/Component/PlayersListTreeWidget.cs
+++ b/LongoMatch.GUI/Gui/Component/PlayersListTreeWidget.cs
@@ -96,6 +96,7 @@ namespace LongoMatch.Gui.Component
                                }
                        }
                        playerstreeview.Model = team;
+                       playerstreeview.Colors = true;
                        playerstreeview.Project = Project;
                }
 


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