diff options
author | Owen Taylor <otaylor@src.gnome.org> | 1998-11-06 22:05:02 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-11-06 22:05:02 +0000 |
commit | e2a521922085c8010028e227f61bba59ea6b8242 (patch) | |
tree | 2500d6aa6f63aab4b58c17546532ecce8fdcca37 /gtk/gtkmisc.c | |
parent | 3c0df19a588bd96f328bda975db8eb9fa7f79e81 (diff) | |
download | gdk-pixbuf-e2a521922085c8010028e227f61bba59ea6b8242.tar.gz |
Merge from themes-2. See the ChangeLog for a somewhat detailed
history of the evolution of the changes involved. Most of this
is actually minor painting tweaks.
Diffstat (limited to 'gtk/gtkmisc.c')
-rw-r--r-- | gtk/gtkmisc.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gtk/gtkmisc.c b/gtk/gtkmisc.c index 0445cf854..e2fdf50f1 100644 --- a/gtk/gtkmisc.c +++ b/gtk/gtkmisc.c @@ -182,12 +182,7 @@ gtk_misc_set_alignment (GtkMisc *misc, GtkWidget *widget; widget = GTK_WIDGET (misc); - gdk_window_clear_area (widget->window, - widget->allocation.x, - widget->allocation.y, - widget->allocation.width, - widget->allocation.height); - gtk_widget_queue_draw (GTK_WIDGET (misc)); + gtk_widget_queue_clear (widget); } } } |