mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-03-13 02:23:01 +03:00
cause content_redraw() to be called with the width and height of the content instead of the window.
r=tlsa svn path=/trunk/netsurf/; revision=10754
This commit is contained in:
parent
43eb5cd640
commit
bf11d92769
@ -414,8 +414,8 @@ gboolean nsgtk_window_expose_event(GtkWidget *widget,
|
||||
event->area.y + event->area.height);
|
||||
|
||||
content_redraw(c, 0, 0,
|
||||
widget->allocation.width * scale,
|
||||
widget->allocation.height * scale,
|
||||
content_get_width(c) * scale,
|
||||
content_get_height(c) * scale,
|
||||
event->area.x,
|
||||
event->area.y,
|
||||
event->area.x + event->area.width,
|
||||
|
Loading…
x
Reference in New Issue
Block a user