Fix coloring the bottom of the chat area (Richard Hitt)
This commit is contained in:
parent
0596ee0733
commit
4f73128e9b
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue