[gtk+/wip/csd: 424/429] application-window: Respect allocation of any decorations
- From: Rob Bradford <rbradford src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/csd: 424/429] application-window: Respect allocation of any decorations
- Date: Tue, 22 Jan 2013 18:05:19 +0000 (UTC)
commit a4c7565fded056fdc3a8777471461d7627363bc4
Author: Rob Bradford <rob linux intel com>
Date: Fri Apr 13 17:16:55 2012 +0100
application-window: Respect allocation of any decorations
gtk/gtkapplicationwindow.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkapplicationwindow.c b/gtk/gtkapplicationwindow.c
index 2a9215a..8731010 100644
--- a/gtk/gtkapplicationwindow.c
+++ b/gtk/gtkapplicationwindow.c
@@ -699,12 +699,14 @@ gtk_application_window_real_size_allocate (GtkWidget *widget,
if (window->priv->menubar != NULL)
{
- GtkAllocation menubar_allocation = *allocation;
+ GtkAllocation menubar_allocation;
gint menubar_height;
GtkWidget *child;
+ /* Updates allocation to be the child allocation area for the window */
_gtk_window_set_allocation (GTK_WINDOW (widget), allocation);
+ menubar_allocation = *allocation;
gtk_widget_get_preferred_height_for_width (window->priv->menubar, allocation->width, &menubar_height, NULL);
menubar_allocation.height = menubar_height;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]