GNOME Bugzilla – Bug 763650
window: stop stomping on resize-mode set by external API
Last modified: 2016-03-24 13:17:57 UTC
See attached patch
Created attachment 323934 [details] [review] window: stop stomping on resize-mode set by external API commit c3dc0d80f1353ac66882ca3288ca7e9a13c47d6f fixed the behavior of GtkContainer widgets requesting an IMMEDIATE resize-mode. However, GtkWindow has been stomping on resize-mode during realize() since commit addcc64b9cbb2fb1225080075ad3112a3d93d839. The combination of factors that led to this not being a visible problem during all this while is uncertain, but this now causes the Shell to continuously try to relayout its ShellEmbeddedWindow (a GtkWindow subclass). This commit separates the resize-mode as set internally by GtkWindow from the one set with the external API, so that GtkWindow only changes it when it had not been set before by the subclass.
Attachment 323934 [details] pushed as d61c2b4 - window: stop stomping on resize-mode set by external API ACKed by Company on IRC. I will open another issue to clean this up after we branch for 3.20.
*** Bug 762513 has been marked as a duplicate of this bug. ***