[gtk+] gtk/gtkprintoperation-win32.c: Don't call gtk_widget_set_allocation()
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] gtk/gtkprintoperation-win32.c: Don't call gtk_widget_set_allocation()
- Date: Fri, 21 Jul 2017 15:36:20 +0000 (UTC)
commit 73e81b64b65c51988e2d2da8764480f4d485dad4
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Fri Jul 21 15:53:53 2017 +0800
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
gtk/gtkprintoperation-win32.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkprintoperation-win32.c b/gtk/gtkprintoperation-win32.c
index ee1294d..2d11bce 100644
--- a/gtk/gtkprintoperation-win32.c
+++ b/gtk/gtkprintoperation-win32.c
@@ -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);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]