[banshee] [ListView] Redraw the entire view when resizing columns
- From: Alexander Kojevnikov <alexk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [ListView] Redraw the entire view when resizing columns
- Date: Sun, 21 Mar 2010 01:25:53 +0000 (UTC)
commit 615ed8f70a5809a58a4be8cbe3da866c37262ad0
Author: Alexander Kojevnikov <alexander kojevnikov com>
Date: Sun Mar 21 12:25:14 2010 +1100
[ListView] Redraw the entire view when resizing columns
.../Hyena.Data.Gui/ListView/ListView_Header.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Header.cs b/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Header.cs
index ea10f29..0706563 100644
--- a/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Header.cs
+++ b/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Header.cs
@@ -417,7 +417,7 @@ namespace Hyena.Data.Gui
resizing_column.Column.Width += resize_delta;
RegenerateColumnCache ();
- QueueDirtyRegion ();
+ QueueDraw ();
}
private Column GetColumnForResizeHandle (int x)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]