diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-12-12 21:30:08 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-12-12 21:30:08 +0000 |
commit | af7ab9c630bd8dc88e23fc664fb7d98cd03f1f55 (patch) | |
tree | 659c58102cda71c28cf984356563846887cf75ef /ChangeLog.pre-2-0 | |
parent | a906e7c6a9eb1083b791b260c7809ae5a7d2f7fd (diff) | |
download | gtk+-af7ab9c630bd8dc88e23fc664fb7d98cd03f1f55.tar.gz |
Remove support for "prepainting" the menu before realizing other than via
Wed Dec 12 16:18:26 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkmenu.c (gtk_menu_realize): Remove support for
"prepainting" the menu before realizing other than
via gtk_style_set_background() - this was broken when
we added menu scroll support.
* gtk/gtkmenu.c (gtk_menu_paint): Pay attention to the
window in the expose event -- fixes problem with border
flashing during scrolling.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 6e6efdf7aa..02f0de5c4b 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,14 @@ +Wed Dec 12 16:18:26 2001 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkmenu.c (gtk_menu_realize): Remove support for + "prepainting" the menu before realizing other than + via gtk_style_set_background() - this was broken when + we added menu scroll support. + + * gtk/gtkmenu.c (gtk_menu_paint): Pay attention to the + window in the expose event -- fixes problem with border + flashing during scrolling. + Wed Dec 12 15:11:49 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtksettings.c (gtk_settings_get_property): Support |