forked from AuroraMiddleware/gtk
gtk/gtkprintoperation-win32.c: Don't call gtk_widget_set_allocation()
This function was removed recently. https://bugzilla.gnome.org/show_bug.cgi?id=773299
This commit is contained in:
parent
837c2002e9
commit
73e81b64b6
@ -1406,7 +1406,6 @@ pageDlgProc (HWND wnd, UINT message, WPARAM wparam, LPARAM lparam)
|
||||
alloc.width = LOWORD (lparam);
|
||||
alloc.height = HIWORD (lparam);
|
||||
|
||||
gtk_widget_set_allocation (op_win32->embed_widget, &alloc);
|
||||
gtk_widget_queue_resize (op_win32->embed_widget);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user