[gtk+] entry: queue an allocate when pulsing



commit c95087c70a13730798c2d0ee46713b2965973faf
Author: Benjamin Otte <otte redhat com>
Date:   Thu Feb 4 12:24:34 2016 +0100

    entry: queue an allocate when pulsing
    
    We need to reposition the progress gadget and that's done during
    allocation.

 gtk/gtkentry.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index 2d07e1b..dad0869 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -10429,7 +10429,7 @@ tick_cb (GtkWidget     *widget,
         }
     }
 
-  gtk_widget_queue_draw (widget);
+  gtk_widget_queue_allocate (widget);
 
   return G_SOURCE_CONTINUE;
 }


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