summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-05-07 15:26:35 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-05-07 15:26:35 +0000
commita4f0cc112b133b624559781b4e95087e525b30be (patch)
tree084ad27175c2139328d91a7b4644f561e572f9e0 /ChangeLog.pre-2-6
parent2072f9268dd316cfa701b785bf38efcde9b06f2d (diff)
downloadgtk+-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-63
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)