qutebrowser/qutebrowser/completion
Florian Bruhin 66ec4f0599 Resize completion when it's shown, and only then.
Before this, we always resized the completion when the mainwindow was resized.
If the statusbar is hidden during the resize (ui -> hide-statusbar is true), we
got an invalid calculated QRect for the completion, causing the update to be
not applied at all - so the completion showed up incorrectly.

With this change, another resize is done when the completion is shown - at this
point it's certain the statusbar is visible. Also we only update it while it's
shown - it doesn't make sense to always adjust its size when it's hidden
anyways.
2015-01-28 22:16:22 +01:00
..
models Add quotes for empty default value 2015-01-19 13:17:17 -06:00
__init__.py Update copyright years 2015-01-03 15:51:31 +01:00
completer.py Update copyright years 2015-01-03 15:51:31 +01:00
completiondelegate.py Update copyright years 2015-01-03 15:51:31 +01:00
completionwidget.py Resize completion when it's shown, and only then. 2015-01-28 22:16:22 +01:00