[hyena] Set Theme property on CanvasHost's CellContext field



commit 8ccd4d506f07a7591b24e256813a26ad0bec1d50
Author: Alex Launi <alex launi canonical com>
Date:   Fri Feb 11 11:12:11 2011 -0500

    Set Theme property on CanvasHost's CellContext field

 Hyena.Gui/Hyena.Gui.Canvas/CanvasHost.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/Hyena.Gui/Hyena.Gui.Canvas/CanvasHost.cs b/Hyena.Gui/Hyena.Gui.Canvas/CanvasHost.cs
index 1c6c22f..a0a4cea 100644
--- a/Hyena.Gui/Hyena.Gui.Canvas/CanvasHost.cs
+++ b/Hyena.Gui/Hyena.Gui.Canvas/CanvasHost.cs
@@ -218,6 +218,7 @@ namespace Hyena.Gui.Canvas
             changing_style = true;
 
             theme = new GtkTheme (this);
+            context.Theme = theme;
             if (canvas_child != null) {
                 canvas_child.Theme = theme;
             }



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