[hyena] Redraw the entire view when resizing columns
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hyena] Redraw the entire view when resizing columns
- Date: Wed, 26 May 2010 02:42:24 +0000 (UTC)
commit ae9a0631cea26d12267bb0c75434de6b01a19fe7
Author: Alexander Kojevnikov <alexander kojevnikov com>
Date: Sun Mar 21 12:25:14 2010 +1100
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/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Header.cs b/src/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Header.cs
index ea10f29..0706563 100644
--- a/src/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Header.cs
+++ b/src/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]