From a53d5ecfa9dc4e521661fbe4a04dbda5defb6261 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 28 Nov 2004 23:38:38 +0000 Subject: [project @ 2004-11-28 23:38:38 by jmb] Ensure dimensions specified by HTML/CSS are adhered to, rather than resizing to what the plugin wants svn path=/import/netsurf/; revision=1375 --- riscos/plugin.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'riscos') diff --git a/riscos/plugin.c b/riscos/plugin.c index 57a14268d..da57bdb2e 100644 --- a/riscos/plugin.c +++ b/riscos/plugin.c @@ -570,8 +570,6 @@ void plugin_reshape_request(wimp_message *message) /* should probably shift by x and y eig values here */ c->width = pmrr->size.x / 2; c->height = pmrr->size.y / 2; - c->data.plugin.box->style->width.width = CSS_WIDTH_AUTO; - c->data.plugin.box->style->height.height = CSS_HEIGHT_AUTO; /* invalidate parent box widths */ for (b = c->data.plugin.box->parent; b; b = b->parent) -- cgit v1.2.3