[hyena] ListView: Redraw after stop dragging column (bgo#614530)



commit abb28069ee64f9597abf69c3f7528cd2feb1295d
Author: Michael Martin-Smucker <mlmartin13 gmail com>
Date:   Fri Feb 18 19:32:11 2011 -0500

    ListView: Redraw after stop dragging column (bgo#614530)
    
    This triggers a redraw when a column is released, fixing a visual glitch in
    the position of the columns.
    
    Signed-off-by: Gabriel Burt <gabriel burt gmail com>

 .../ListView/ListView_Interaction.cs               |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs b/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs
index 729c13a..31946eb 100644
--- a/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs
+++ b/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs
@@ -713,6 +713,7 @@ namespace Hyena.Data.Gui
             if (pressed_column_drag_started) {
                 CancelColumnDrag ();
                 pressed_column_drag_started = false;
+                QueueDraw ();
                 return true;
             }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]