GNOME Bugzilla – Bug 646535
g-c-c window doesn't scale back after browsing a category than original
Last modified: 2011-04-13 11:02:41 UTC
gtk 3.0.7 open g-c-c, browser Network or any other category then click on All settings to come back. The window is not scaled back.
Tried to bisect this, but it is happening all the way back to 3.0.6 with git g-c-c
Created attachment 184993 [details] [review] patch
Fwiw, it broke between gtk 3.0.6 and 3.0.7. I just bisected it down to GTK commit edb44589dc141565aeb33891f0e54f6dfec0ebe2.
(In reply to comment #2) > + gtk_widget_queue_resize (priv->scrolled_window); While this may work, and be a proper workaround for the short term, I don't see why this should be necessary? The scrolled window does not change at all in that code path. (Besides, gtk_widget_queue_resize() should only ever be called by widget implementations on themselves and not by random applications on random widgets.)
This works fine with GTK+ 3.0.8 and gnome-control-center 3.0.0.1.