[banshee/podcast-ng] [ListView] Respect cell sensitivity.
- From: Michael C. Urbanski <murbanski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/podcast-ng] [ListView] Respect cell sensitivity.
- Date: Tue, 30 Mar 2010 06:34:33 +0000 (UTC)
commit aa093a511110248ea7e6d89463c0df409ad8c838
Author: Mike Urbanski <michael c urbanski gmail com>
Date: Tue Mar 30 01:33:46 2010 -0500
[ListView] Respect cell sensitivity.
.../Hyena.Data.Gui/ListView/ListView_Rendering.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Rendering.cs b/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Rendering.cs
index 05511c2..a18b348 100644
--- a/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Rendering.cs
+++ b/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Rendering.cs
@@ -427,7 +427,7 @@ namespace Hyena.Data.Gui
cairo_context.Save ();
cairo_context.Translate (area.X, area.Y);
cell_context.Area = area;
- cell_context.Opaque = opaque;
+ cell_context.Opaque = (opaque & cell.Sensitive);
cell.Render (cell_context, dragging ? StateType.Normal : state, area.Width, area.Height);
cairo_context.Restore ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]