panel_items : fixed SINGLE_DESKTOP mode

git-svn-id: http://tint2.googlecode.com/svn/trunk@556 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77 2010-09-19 16:54:31 +00:00
parent e022ddda6c
commit 570cf17f4e

View file

@ -133,6 +133,7 @@ void size_by_layout (Area *a, int pos, int level)
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) {