mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-17 06:54:42 +03:00
[project @ 2004-12-31 15:54:15 by jmb]
Fix scrollbar issue when fetching cached HTML contents. svn path=/import/netsurf/; revision=1414
This commit is contained in:
parent
a4719d407b
commit
e6de2f8b1d
@ -85,11 +85,6 @@ struct content * fetchcache(const char *url,
|
|||||||
if ((c = content_get(url1)) != NULL) {
|
if ((c = content_get(url1)) != NULL) {
|
||||||
free(url1);
|
free(url1);
|
||||||
content_add_user(c, callback, p1, p2);
|
content_add_user(c, callback, p1, p2);
|
||||||
/* resize HTML content to the required size */
|
|
||||||
if (c->type == CONTENT_HTML) {
|
|
||||||
c->width = width;
|
|
||||||
c->height = height;
|
|
||||||
}
|
|
||||||
return c;
|
return c;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user