[hyena] Redraw the entire view when dragging columns
- From: Gabriel Burt <gburt src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [hyena] Redraw the entire view when dragging columns
 
- Date: Wed, 26 May 2010 02:42:19 +0000 (UTC)
 
commit d2a1ef7dc502b6b1f781b5d0930e0c787d6aa332
Author: Alexander Kojevnikov <alexander kojevnikov com>
Date:   Fri Mar 19 13:38:00 2010 +1100
    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/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs b/src/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs
index f203a2a..d66feb0 100644
--- a/src/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs
+++ b/src/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]