diff options
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 49b9f5c17a..71f7709b19 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,10 @@ +2000-20-01 Anders Carlsson <andersca@gnu.org> + + * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when + a GtkToggleButton is both insensitive and active, it was being + drawn by the GtkButton draw handler which doesn't check the + state. Now it's calling gtk_toggle_button_paint instead. + 2000-11-30 Havoc Pennington <hp@pobox.com> * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create |