Actually show the windows in pager > 1 - fixed issue a)

SVN revision: 13174
This commit is contained in:
handyande 2005-02-01 18:31:23 +00:00 committed by handyande
parent 5d0fe52e1a
commit 17c4b87372
1 changed files with 2 additions and 2 deletions

View File

@ -513,8 +513,8 @@ _pager_window_move(Pager *pager, Pager_Win *win)
evas_object_resize(win->obj, win->border->w * scalex, win->border->h * scaley);
evas_object_move(win->obj,
pager->fx + (win->owner->xpos * pager->fw) + (win->border->x * scalex),
pager->fy + (win->owner->ypos * pager->fh) + (win->border->y * scaley));
pager->fx + (win->owner->xpos * pager->fw) + ((win->border->x - pager->zone->x) * scalex),
pager->fy + (win->owner->ypos * pager->fh) + ((win->border->y - pager->zone->y) * scaley));
}
static void