diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-11-09 14:49:01 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-11-09 14:49:01 +0000 |
commit | ac83360abb1945b9a45de62867a8af3560dc7070 (patch) | |
tree | 1a441beb69869ef830822ce6737c58dc1e5d5da9 /ChangeLog | |
parent | 9ca871be3f3812de05bcc3eefdcb12d66f294bd9 (diff) | |
download | gtk+-ac83360abb1945b9a45de62867a8af3560dc7070.tar.gz |
Only clear the triangle below the grip to the background, not the full
2004-11-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkstyle.c (gtk_default_draw_resize_grip): Only
clear the triangle below the grip to the background,
not the full area.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2004-11-09 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkstyle.c (gtk_default_draw_resize_grip): Only + clear the triangle below the grip to the background, + not the full area. + * gtk/gtklabel.c (draw_insertion_cursor, gtk_label_expose): Clip when drawing the cursor. This prevents bits of a selectable label leaking out from underneath the resize |