]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/gtkpanel.c
Various cosmetic fixes to the GTK config box: vertical alignment of
[PuTTY.git] / unix / gtkpanel.c
index 5167eaddbf060dcf831e40095e06eae68cdaf8d5..c29fadef52400f0fce52350582fe25da85363459 100644 (file)
@@ -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;