]> Pileus Git - ~andy/gtk/commit
Always queue a resize ... we rely on the size-allocate to do the update,
authorOwen Taylor <otaylor@redhat.com>
Wed, 21 May 2003 21:23:35 +0000 (21:23 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 21 May 2003 21:23:35 +0000 (21:23 +0000)
commite47517cdbbf5ed3531adba668452e858335301c8
tree59c2d19b52af8d8e46aae3575904fd70b36783aa
parent611a2667e6215e97ecf116c0fed3ffc8a3b0f891
Always queue a resize ... we rely on the size-allocate to do the update,

Wed May 21 15:53:14 2003  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkprogress.c (gtk_progress_set_format_string,
        gtk_progress_set_show_text): Always queue a resize ...
        we rely on the size-allocate to do the update, plus a
        different format can actually change our size requisition.
        (#111052)

        * gtk/gtkprogress.c (gtk_progress_changed): Track
        ::changed as well as ::value_changed, and queue a
        resize on ::changed when necessary.

        * gtk/gtkprogress.c (gtk_progress_set_adjustment):
        Call gtk_progress_changed() here to update or
        queue a resize as necessary.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkprogress.c