From d758fd167cdbf08f6578919e3befce5d7887b555 Mon Sep 17 00:00:00 2001 From: o9000 Date: Tue, 7 Mar 2017 13:20:50 +0100 Subject: [PATCH] Distribute size between taskbars correctly (issue #628) --- src/panel.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/panel.c b/src/panel.c index a637781..a58963f 100644 --- a/src/panel.c +++ b/src/panel.c @@ -440,8 +440,6 @@ gboolean resize_panel(void *obj) Taskbar *taskbar = &panel->taskbar[i]; if (!taskbar->area.on_screen) continue; - if (!taskbar->area.children) - continue; if (panel_horizontal) taskbar->area.width = 2 * taskbar->area.paddingxlr; else