diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-06-05 03:58:50 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-06-05 03:58:50 +0000 |
commit | d287b71399f7eecc79fc8379730c9ecc6bf0da5c (patch) | |
tree | 1b62305bad628582304ecb26d2a6e5e1ea2c62b4 /ChangeLog.pre-2-6 | |
parent | 8509d7f4ea6c11b88bf6c1b56bad7ebe89c12df7 (diff) | |
download | gtk+-d287b71399f7eecc79fc8379730c9ecc6bf0da5c.tar.gz |
Add a note about the !CAN_FOCUS quirk in the button size allocation code.
2004-06-04 Matthias Clasen <mclasen@redhat.com>
* docs/widget_geometry.txt: Add a note about the !CAN_FOCUS
quirk in the button size allocation code.
* gtk/gtkbutton.c (gtk_button_size_allocate): Give the space
requested for drawing the focus indicator to the child in the
!CAN_FOCUS case. This should fix issues which the Gimp has with
the button allocation changes in 2.4.2.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index c53a74a920..1dcf0753e2 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,13 @@ +2004-06-04 Matthias Clasen <mclasen@redhat.com> + + * docs/widget_geometry.txt: Add a note about the !CAN_FOCUS + quirk in the button size allocation code. + + * gtk/gtkbutton.c (gtk_button_size_allocate): Give the space + requested for drawing the focus indicator to the child in the + !CAN_FOCUS case. This should fix issues which the Gimp has with + the button allocation changes in 2.4.2. + Thu Jun 3 21:17:29 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkentry.c (gtk_entry_completion_timeout): Calculate the |