GNOME Bugzilla – Bug 684171
Patch to make use-layout-size property work properly
Last modified: 2012-10-17 22:09:54 UTC
Created attachment 224472 [details] [review] Patch to call gtk_widget_queue_resize at the appropriate time Currently use-relayout-size only works once, which means if you're content changes it's size the GtkClutterEmbed will not renegotiate it's size accordingly (currently I have a GtkClutterEmbed inside a GtkScrolledWindow and viewport which seems to work the first time, but when I add/remove contents then the scrolled window does not update the content size).
I'd like to have Boxes test this, given that they introduced the feature in the first place.
Boxes doesn't currently seem to set use-layout-size; I tested this with Documents (which sets the flag) and it appears to still work correctly. Code looks fine to me.
coolio, thanks for testing Cosimo.
Review of attachment 224472 [details] [review]: looks good to me.
Attachment 224472 [details] pushed to master, and it's in the 1.4.0 release as well.