[banshee/gtk3] DapPropertiesDisplay: Fix coordinates for rendering the frame
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/gtk3] DapPropertiesDisplay: Fix coordinates for rendering the frame
- Date: Sun, 31 Jul 2011 18:47:05 +0000 (UTC)
commit 105e7cd23351e828cf33e9eabd7ddb1f43807b9b
Author: Olivier Dufour <olivier duff gmail com>
Date: Sun Jul 31 19:49:46 2011 +0200
DapPropertiesDisplay: Fix coordinates for rendering the frame
Signed-off-by: Bertrand Lorentz <bertrand lorentz gmail com>
.../Banshee.Dap.Gui/DapPropertiesDisplay.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapPropertiesDisplay.cs b/src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapPropertiesDisplay.cs
index 2925977..a8d52ef 100644
--- a/src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapPropertiesDisplay.cs
+++ b/src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapPropertiesDisplay.cs
@@ -86,7 +86,7 @@ namespace Banshee.Dap.Gui
private void DrawFrame (Cairo.Context cr)
{
- Gdk.Rectangle rect = new Gdk.Rectangle (Allocation.X, Allocation.Y,
+ Gdk.Rectangle rect = new Gdk.Rectangle (0, 0,
Allocation.Width, Allocation.Height);
theme.Context.ShowStroke = true;
theme.DrawFrameBackground (cr, rect, true);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]