diff options
author | Owen Taylor <otaylor@redhat.com> | 1998-12-16 20:39:31 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-12-16 20:39:31 +0000 |
commit | c1726375b1fa057637ea1b9866031df9898a6b37 (patch) | |
tree | 6e5caf4e86aa4bc6c07f608554722e2f250eb824 /tests | |
parent | fcfe7370d8a9ac7b169282418e4f2bc58e6d9eb4 (diff) | |
download | gdk-pixbuf-c1726375b1fa057637ea1b9866031df9898a6b37.tar.gz |
Redraw the character under the cursor when removing the cursor.
Wed Dec 16 15:36:19 1998 Owen Taylor <otaylor@redhat.com>
* gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable):
Redraw the character under the cursor when removing
the cursor.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testgtkrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testgtkrc b/tests/testgtkrc index 065b00cac..b8c6a8ce9 100644 --- a/tests/testgtkrc +++ b/tests/testgtkrc @@ -17,7 +17,7 @@ pixmap_path "." style "defaultfont" { - fontset = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*,*" + fontset = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*,*" # font = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*,*" } |