Skip to content
Commit b37c7dbb authored by Sébastien Wilmet's avatar Sébastien Wilmet
Browse files

CompletionContainer sizing fixes

The previous implementation subclassed GtkBin and added/removed the
scrolled window during the size requisition, which is probably one of
the problem. Now the CompletionContainer is a subclass of
GtkScrolledWindow, so the scrolled window is always there, with an
automatic policy.

Another source of bug is that the code to know whether a
scrollbar is needed was buggy and not consistent between
get_preferred_width() and get_preferred_height(). It should now be
fixed.

https://bugzilla.gnome.org/show_bug.cgi?id=720823
parent 03ea68e3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment