[banshee/grid] [grid] set the child virtual allocation on grid
- From: Aaron Bockover <abock src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [banshee/grid] [grid] set the child virtual allocation on grid
- Date: Thu, 21 Jan 2010 01:45:37 +0000 (UTC)
commit 76a2bbe80bdf557c9fe6fd2776f847597c5a0d64
Author: Aaron Bockover <abockover novell com>
Date: Wed Jan 20 20:50:06 2010 -0500
[grid] set the child virtual allocation on grid
.../Hyena.Gui/Hyena.Data.Gui/DataViewLayoutGrid.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Libraries/Hyena.Gui/Hyena.Data.Gui/DataViewLayoutGrid.cs b/src/Libraries/Hyena.Gui/Hyena.Data.Gui/DataViewLayoutGrid.cs
index bdc19ce..d445476 100644
--- a/src/Libraries/Hyena.Gui/Hyena.Data.Gui/DataViewLayoutGrid.cs
+++ b/src/Libraries/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]