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:
parent
e022ddda6c
commit
570cf17f4e
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue