mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-26 05:57:00 +03:00
[project @ 2006-03-14 14:24:00 by dsilvers]
Apparently five centiseconds works better for GTK gui reflow svn path=/import/netsurf/; revision=2128
This commit is contained in:
parent
40260f177a
commit
d8b38299e9
@ -258,7 +258,7 @@ void gui_window_size_allocate_event(GtkWidget *widget,
|
|||||||
g->target_width = viewport->allocation.width - 2;
|
g->target_width = viewport->allocation.width - 2;
|
||||||
g->target_height = viewport->allocation.height;
|
g->target_height = viewport->allocation.height;
|
||||||
/* Schedule a callback to perform the resize for 1/10s from now */
|
/* Schedule a callback to perform the resize for 1/10s from now */
|
||||||
schedule(10, gtk_perform_deferred_resize, g);
|
schedule(5, gtk_perform_deferred_resize, g);
|
||||||
}
|
}
|
||||||
|
|
||||||
gboolean gui_window_motion_notify_event(GtkWidget *widget,
|
gboolean gui_window_motion_notify_event(GtkWidget *widget,
|
||||||
|
Loading…
Reference in New Issue
Block a user