diff options
author | Owen Taylor <otaylor@gtk.org> | 1998-06-13 01:36:28 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-06-13 01:36:28 +0000 |
commit | 92270f862031189db6efef152c13184a754f3a68 (patch) | |
tree | f65ab078c33a78e6079cbd289ca0f1d1e0dd1602 /ChangeLog.pre-2-4 | |
parent | 1dc1b050b2a46813102cb58e8ca5b30c07943ba4 (diff) | |
download | gtk+-92270f862031189db6efef152c13184a754f3a68.tar.gz |
Removed code for drawing the child in two places at once. Unfortunately,
Fri Jun 12 21:20:42 1998 Owen Taylor <otaylor@gtk.org>
* gtk/gtkoptionmenu.c (gtk_option_menu_expose): Removed
code for drawing the child in two places at once. Unfortunately,
not only does it not work anymore (because reparenting has
been fixed), but it also triggers reparent/expose loops
in some cases.
* gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Removed
an unecessary unrealize.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index e70002778d..eb597a657a 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,19 @@ +Fri Jun 12 21:20:42 1998 Owen Taylor <otaylor@gtk.org> + + * gtk/gtkoptionmenu.c (gtk_option_menu_expose): Removed + code for drawing the child in two places at once. Unfortunately, + not only does it not work anymore (because reparenting has + been fixed), but it also triggers reparent/expose loops + in some cases. + + * gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Removed + an unecessary unrealize. + +Fri Jun 12 21:18:56 1998 Owen Taylor <otaylor@gtk.org> + + * gdk/gdkwindow.c (gdk_window_reparent): Update the + old and new parents' child window lists properly. + Fri Jun 12 09:24:47 1998 Tim Janik <timj@gtk.org> * gtk/gtkpacker.h: |