[gtk+/wip/baedert/drawing: 46/60] widget: Don't set the allocation in size-allocate



commit 062cf4d6a6935e031a408fa85ffa91f61d97ba15
Author: Timm Bäder <mail baedert org>
Date:   Fri May 5 12:46:19 2017 +0200

    widget: Don't set the allocation in size-allocate
    
    If widgets chain up in their size-allocate implementation, they pass the
    content allocation and not the widget allocation which will cause the
    wrong allocation to be set.

 gtk/gtkwidget.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index 524decc..75962b4 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -5820,8 +5820,6 @@ gtk_widget_real_size_allocate (GtkWidget     *widget,
 {
   GtkWidgetPrivate *priv = widget->priv;
 
-  gtk_widget_set_allocation (widget, allocation);
-
   if (_gtk_widget_get_realized (widget) &&
       _gtk_widget_get_has_window (widget))
      {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]