queue_resize_on_group with both the old and new mode, not just the new
Sun Nov 4 18:39:43 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtksizegroup.c (gtk_size_group_set_mode): queue_resize_on_group with both the old and new mode, not just the new mode. (#60171, Nicolas Setton). Also, notify the "mode" property.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
Sun Nov 4 18:39:43 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtksizegroup.c (gtk_size_group_set_mode):
|
||||
queue_resize_on_group with both the old and new mode, not
|
||||
just the new mode. (#60171, Nicolas Setton). Also, notify
|
||||
the "mode" property.
|
||||
|
||||
Sun Nov 4 16:02:08 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse()
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
Sun Nov 4 18:39:43 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtksizegroup.c (gtk_size_group_set_mode):
|
||||
queue_resize_on_group with both the old and new mode, not
|
||||
just the new mode. (#60171, Nicolas Setton). Also, notify
|
||||
the "mode" property.
|
||||
|
||||
Sun Nov 4 16:02:08 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse()
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
Sun Nov 4 18:39:43 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtksizegroup.c (gtk_size_group_set_mode):
|
||||
queue_resize_on_group with both the old and new mode, not
|
||||
just the new mode. (#60171, Nicolas Setton). Also, notify
|
||||
the "mode" property.
|
||||
|
||||
Sun Nov 4 16:02:08 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse()
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
Sun Nov 4 18:39:43 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtksizegroup.c (gtk_size_group_set_mode):
|
||||
queue_resize_on_group with both the old and new mode, not
|
||||
just the new mode. (#60171, Nicolas Setton). Also, notify
|
||||
the "mode" property.
|
||||
|
||||
Sun Nov 4 16:02:08 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse()
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
Sun Nov 4 18:39:43 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtksizegroup.c (gtk_size_group_set_mode):
|
||||
queue_resize_on_group with both the old and new mode, not
|
||||
just the new mode. (#60171, Nicolas Setton). Also, notify
|
||||
the "mode" property.
|
||||
|
||||
Sun Nov 4 16:02:08 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse()
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
Sun Nov 4 18:39:43 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtksizegroup.c (gtk_size_group_set_mode):
|
||||
queue_resize_on_group with both the old and new mode, not
|
||||
just the new mode. (#60171, Nicolas Setton). Also, notify
|
||||
the "mode" property.
|
||||
|
||||
Sun Nov 4 16:02:08 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse()
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
Sun Nov 4 18:39:43 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtksizegroup.c (gtk_size_group_set_mode):
|
||||
queue_resize_on_group with both the old and new mode, not
|
||||
just the new mode. (#60171, Nicolas Setton). Also, notify
|
||||
the "mode" property.
|
||||
|
||||
Sun Nov 4 16:02:08 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse()
|
||||
|
||||
@@ -358,8 +358,13 @@ gtk_size_group_set_mode (GtkSizeGroup *size_group,
|
||||
|
||||
if (size_group->mode != mode)
|
||||
{
|
||||
if (size_group->mode != GTK_SIZE_GROUP_NONE)
|
||||
queue_resize_on_group (size_group);
|
||||
size_group->mode = mode;
|
||||
queue_resize_on_group (size_group);
|
||||
if (size_group->mode != GTK_SIZE_GROUP_NONE)
|
||||
queue_resize_on_group (size_group);
|
||||
|
||||
g_object_notify (G_OBJECT (size_group), "mode");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user