Fix live pager update mode.

SVN revision: 26427
This commit is contained in:
Kim Woelders 2006-10-08 13:44:15 +00:00
parent 6a625a3b89
commit 41567a916d
1 changed files with 0 additions and 3 deletions

View File

@ -382,9 +382,6 @@ doPagerUpdate(Pager * p)
vx = cx * VRoot.w;
vy = cy * VRoot.h;
if (p->x1 >= p->x2 || p->y1 >= p->y2)
return;
update_screen_included = update_screen_only = 0;
if (pager_mode == PAGER_MODE_SNAP && p->dsk == DesksGetCurrent()
&& Mode.mode == 0)