gbrainy r385 - trunk/src



Author: jmas
Date: Sun Jun 29 17:01:39 2008
New Revision: 385
URL: http://svn.gnome.org/viewvc/gbrainy?rev=385&view=rev

Log:
Fixes game preview

Modified:
   trunk/src/Memory.cs

Modified: trunk/src/Memory.cs
==============================================================================
--- trunk/src/Memory.cs	(original)
+++ trunk/src/Memory.cs	Sun Jun 29 17:01:39 2008
@@ -142,6 +142,8 @@
 		gr.Color = new Cairo.Color (0, 0, 0);
 		gr.SelectFontFace ("Sans", FontSlant.Normal, FontWeight.Bold);
 		gr.SetNormalFont ();
+		gr.LineWidth = LineWidth;
+		DrawObjectToMemorize (gr, width, height);
 	}
 
 	public virtual void DrawPossibleAnswers (CairoContextEx gr, int area_width, int area_height) {}



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