diff options
author | George Lebl <jirka@5z.com> | 1999-01-17 03:49:31 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 1999-01-17 03:49:31 +0000 |
commit | 2daaea2f983e54aa5715885e1d3eacfdc25aaf34 (patch) | |
tree | c7506a8be947318ef2067ef2cff5963cf7076405 /ChangeLog.pre-2-4 | |
parent | ad4983713f54918b6d5c1e76fa32ca9ad5010bf9 (diff) | |
download | gtk+-2daaea2f983e54aa5715885e1d3eacfdc25aaf34.tar.gz |
for NO_WINDOW widgets, add their allocation.y to the position of the
Sat Jan 16 19:42:48 1999 George Lebl <jirka@5z.com>
* gtk/gtktooltips.c: for NO_WINDOW widgets, add their allocation.y
to the position of the tooltip. This fixes tooltip positioning
problems with some widgets such as a checkbox.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index dfb0745bb8..87980f2939 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +Sat Jan 16 19:42:48 1999 George Lebl <jirka@5z.com> + + * gtk/gtktooltips.c: for NO_WINDOW widgets, add their allocation.y + to the position of the tooltip. This fixes tooltip positioning + problems with some widgets such as a checkbox. + Sat Jan 16 14:01:53 1999 Stuart Parmenter <pavlov@gtk.org> * gtk/gtklayout.c (gtk_layout_put): check for child widget being NULL |