pointed out by doyoun kim - why ever this was -2 beats me. it'd skip a

layer below the given one.



SVN revision: 57074
This commit is contained in:
Carsten Haitzler 2011-02-16 03:51:08 +00:00
parent 49765f25bb
commit 6739ee9747
1 changed files with 1 additions and 1 deletions

View File

@ -669,7 +669,7 @@ e_container_border_raise(E_Border *bd)
else
{
/* Need to check the layers below */
for (i = pos - 2; i >= 0; i--)
for (i = pos - 1; i >= 0; i--)
{
if ((bd->zone->container->layers[i].clients) &&
(l = eina_list_last(bd->zone->container->layers[i].clients)))