forked from AuroraMiddleware/gtk
entry: queue an allocate when pulsing
We need to reposition the progress gadget and that's done during allocation.
This commit is contained in:
parent
8eb2619888
commit
c95087c70a
@ -10429,7 +10429,7 @@ tick_cb (GtkWidget *widget,
|
||||
}
|
||||
}
|
||||
|
||||
gtk_widget_queue_draw (widget);
|
||||
gtk_widget_queue_allocate (widget);
|
||||
|
||||
return G_SOURCE_CONTINUE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user