4b166dcc79
In order to avoid distracting popup size changes while browsing other dates, we freeze the size to the last size request. However in case of more complex size negotiations - wrapping or ellipsizing labels, scrollable elements etc. - there's a chance of stray calls to get_preferred_width/height() that are not used for the actual allocation. If such a call happens to be the last size request before the layout is frozen, the saved size will be wrong. To fix this, save the allocated size rather than the requested one. https://bugzilla.gnome.org/show_bug.cgi?id=754031 |
||
---|---|---|
.. | ||
extensionPrefs | ||
gdm | ||
misc | ||
perf | ||
portalHelper | ||
ui | ||
js-resources.gresource.xml | ||
Makefile.am |