X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/d9b15094136238a0b679e8b0c8c67a991fe5040a..5a8afc787bcaafabd3aee68b6dac341962801b57:/unix/gtkpanel.c diff --git a/unix/gtkpanel.c b/unix/gtkpanel.c index 5167eadd..c29fadef 100644 --- a/unix/gtkpanel.c +++ b/unix/gtkpanel.c @@ -375,10 +375,6 @@ static void panels_size_allocate(GtkWidget *widget, GtkAllocation *alloc) children = children->next) { GtkAllocation call; - /* Only take visible widgets into account. */ - if (!GTK_WIDGET_VISIBLE(child)) - continue; - call.x = alloc->x + border; call.width = alloc->width - 2*border; call.y = alloc->y + border;