panel_items : fixed SINGLE_DESKTOP mode git-svn-id: http://tint2.googlecode.com/svn/trunk@556 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/util/area.c
→
src/util/area.c
@@ -133,6 +133,7 @@ pos += a->paddingxlr + a->bg->border.width;
int i=0; for (l = a->list; l ; l = l->next) { Area *child = ((Area*)l->data); + if (!child->on_screen) continue; i++; if (panel_horizontal) {