diff options
author | Alexander Larsson <alexl@src.gnome.org> | 2001-04-24 14:58:33 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2001-04-24 14:58:33 +0000 |
commit | c668063747cc787e6ae49c2a451bbc1a8ec24278 (patch) | |
tree | e322ad3c7b983f824fedec8d6183a1f57f79dc0e /gtk/gtkfontsel.c | |
parent | b84d2f1234b6a6c1fd42cab2541b563f2ad66615 (diff) | |
download | gtk+-c668063747cc787e6ae49c2a451bbc1a8ec24278.tar.gz |
i2001-04-24 Alexander Larsson <alexl@redhat.com>
* gtk/gtkclist.[ch]:
* gtk/gtkctree.c:
When there is a row highlighted for D'n'D it must alse
be painted hightlighted on exposes. Otherwise exposes from
the icon being dragged will mess up the hightlight.
* gtk/gtkfontsel.c:
Don't recenter selected font when exposing the font family
clist. This means you can now actually scroll the font family
list.
* gtk/gtknotebook.c:
Fix focus movement on scrolling tabs that are placed on the left
and right.
Diffstat (limited to 'gtk/gtkfontsel.c')
-rw-r--r-- | gtk/gtkfontsel.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkfontsel.c b/gtk/gtkfontsel.c index 86e6ea4f00..62e654d7bc 100644 --- a/gtk/gtkfontsel.c +++ b/gtk/gtkfontsel.c @@ -288,9 +288,6 @@ gtk_font_selection_init(GtkFontSelection *fontsel) gtk_signal_connect (GTK_OBJECT (fontsel->font_clist), "key_press_event", GTK_SIGNAL_FUNC(gtk_font_selection_on_clist_key_press), fontsel); - gtk_signal_connect_after (GTK_OBJECT (fontsel->font_clist), "expose_event", - GTK_SIGNAL_FUNC(gtk_font_selection_expose_list), - fontsel); gtk_font_selection_show_available_styles (fontsel); |