From 4f73128e9b71a786a57acac1aa0572e8ecefb915 Mon Sep 17 00:00:00 2001 From: Richard Hitt Date: Sun, 3 Jun 2012 11:58:37 +0200 Subject: [PATCH] Fix coloring the bottom of the chat area (Richard Hitt) --- src/fe-gtk/xtext.c | 1 - 1 file changed, 1 deletion(-) 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)) {