System/Libraries/Html/Renderer: Don't modify width,height of background
This should be done by the host application's window resize callback.
This commit is contained in:
parent
e01ce25824
commit
120c68d305
1 changed files with 0 additions and 3 deletions
|
@ -1867,9 +1867,6 @@ U0 @reflow_node_list(HtmlRenderer* renderer)
|
|||
if (!renderer || !renderer->win || !renderer->widgets_base)
|
||||
return;
|
||||
|
||||
renderer->background_widget->width = renderer->win->width;
|
||||
renderer->background_widget->height = renderer->win->height;
|
||||
|
||||
renderer->state_index = -1;
|
||||
|
||||
I64 x1 = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue