[longomatch] Don't draw the selection area in the backbuffer
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Don't draw the selection area in the backbuffer
- Date: Tue, 28 Oct 2014 09:50:57 +0000 (UTC)
commit 5c95f3077dbbec0c4fbebd5d127c008e92a7d835
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Wed Oct 22 01:02:00 2014 +0200
Don't draw the selection area in the backbuffer
LongoMatch.Drawing/CanvasObjects/ButtonObject.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Drawing/CanvasObjects/ButtonObject.cs
b/LongoMatch.Drawing/CanvasObjects/ButtonObject.cs
index fed89c5..a673fac 100644
--- a/LongoMatch.Drawing/CanvasObjects/ButtonObject.cs
+++ b/LongoMatch.Drawing/CanvasObjects/ButtonObject.cs
@@ -280,7 +280,6 @@ namespace LongoMatch.Drawing.CanvasObjects
new Point (1, 1));
DrawButton (tk);
DrawImage (tk);
- DrawSelectionArea (tk);
DrawText (tk);
}
}
@@ -298,6 +297,7 @@ namespace LongoMatch.Drawing.CanvasObjects
tk.Context = ctx;
tk.Begin ();
tk.DrawSurface (backBufferSurface, Position);
+ DrawSelectionArea (tk);
tk.End ();
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]