[longomatch/redesign2: 144/159] Fix retrieval of key drawing



commit 3f36fe2c62ff7e0c7bdd2eea1bc32fcf4d16dab4
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Apr 27 23:16:19 2011 +0200

    Fix retrieval of key drawing

 LongoMatch/Store/Play.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch/Store/Play.cs b/LongoMatch/Store/Play.cs
index ffa6feb..5e02666 100644
--- a/LongoMatch/Store/Play.cs
+++ b/LongoMatch/Store/Play.cs
@@ -126,7 +126,7 @@ namespace LongoMatch.Store
 		public Drawing KeyFrameDrawing {
 			get {
 				if(Drawings.Count > 0)
-					return Drawings[0];
+					return Drawings.ElementAt(0).Value;
 				else
 					return null;
 			}



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