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:
Chun-wei Fan 2017-07-21 15:53:53 +08:00
parent 837c2002e9
commit 73e81b64b6

View File

@ -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);
}