diff options
author | Richard Hitt <rbh00@netcom.com> | 2012-06-03 11:58:37 +0200 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2012-06-03 11:58:37 +0200 |
commit | 4f73128e9b71a786a57acac1aa0572e8ecefb915 (patch) | |
tree | e599008a0763c8cd7a096e4278967a54cb854b56 /src/fe-gtk/xtext.c | |
parent | 0596ee0733ee44de5ba5220ce7eb7c5a4d565a72 (diff) |
Fix coloring the bottom of the chat area (Richard Hitt)
Diffstat (limited to 'src/fe-gtk/xtext.c')
-rw-r--r-- | src/fe-gtk/xtext.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fe-gtk/xtext.c b/src/fe-gtk/xtext.c index d474f148..6e314f68 100644 --- a/src/fe-gtk/xtext.c +++ b/src/fe-gtk/xtext.c @@ -1131,7 +1131,6 @@ gtk_xtext_size_allocate (GtkWidget * widget, GtkAllocation * allocation) xtext->avoid_trans = FALSE; - allocation->height = allocation->height / xtext->fontsize * xtext->fontsize; widget->allocation = *allocation; if (GTK_WIDGET_REALIZED (widget)) { |