[hyena] set the child virtual allocation on grid



commit 369b6a69604194934eb1a79d11e31b114958ac6b
Author: Aaron Bockover <abockover novell com>
Date:   Wed Jan 20 20:50:06 2010 -0500

    set the child virtual allocation on grid

 src/Hyena.Gui/Hyena.Data.Gui/DataViewLayoutGrid.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Hyena.Gui/Hyena.Data.Gui/DataViewLayoutGrid.cs b/src/Hyena.Gui/Hyena.Data.Gui/DataViewLayoutGrid.cs
index bdc19ce..d445476 100644
--- a/src/Hyena.Gui/Hyena.Data.Gui/DataViewLayoutGrid.cs
+++ b/src/Hyena.Gui/Hyena.Data.Gui/DataViewLayoutGrid.cs
@@ -95,6 +95,7 @@ namespace Hyena.Data.Gui
             for (; model_row_index < last_model_row; model_row_index++, layout_child_index++) {
                 var child = Children[layout_child_index];
                 child.Allocation = child_allocation;
+                child.VirtualAllocation = GetChildVirtualAllocation (child_allocation);
                 child.ModelRowIndex = model_row_index;
 
                 // Update the allocation for the next child



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