[banshee] [ListView] Redraw the entire view when dragging columns
- From: Alexander Kojevnikov <alexk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [ListView] Redraw the entire view when dragging columns
- Date: Fri, 19 Mar 2010 02:40:27 +0000 (UTC)
commit 8d7fdaae060cae6d1d7c5611cc8f5a622900ed84
Author: Alexander Kojevnikov <alexander kojevnikov com>
Date: Fri Mar 19 13:38:00 2010 +1100
[ListView] Redraw the entire view when dragging columns
Fixes bgo#613239
.../ListView/ListView_Interaction.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs b/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs
index f203a2a..d66feb0 100644
--- a/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs
+++ b/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs
@@ -789,7 +789,7 @@ namespace Hyena.Data.Gui
pressed_column_x_drag = x - pressed_column_x_offset - (pressed_column_x_start_hadjustment - HadjustmentValue);
- QueueDirtyRegion ();
+ QueueDraw ();
return true;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]