diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-05-07 15:26:35 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-05-07 15:26:35 +0000 |
commit | a4f0cc112b133b624559781b4e95087e525b30be (patch) | |
tree | 084ad27175c2139328d91a7b4644f561e572f9e0 /ChangeLog.pre-2-6 | |
parent | 2072f9268dd316cfa701b785bf38efcde9b06f2d (diff) | |
download | gtk+-a4f0cc112b133b624559781b4e95087e525b30be.tar.gz |
Don't let the child draw over the focus rectangle.
2004-05-07 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkbutton.c (gtk_button_size_allocate): Don't let the child
draw over the focus rectangle.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 3feb3feba3..ed8392448a 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,8 @@ 2004-05-07 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkbutton.c (gtk_button_size_allocate): Don't let the child + draw over the focus rectangle. + * gtk/gtkhsv.c: Draw focus indication in the color wheel using standard focus style. (#63071, Bill Haneman, idea for new style by Owen Taylor) |