Show the completion list after the hight was set.
authorDaniel Carl <danielcarl@gmx.de>
Wed, 9 Apr 2014 22:47:19 +0000 (00:47 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Wed, 9 Apr 2014 22:47:19 +0000 (00:47 +0200)
commit8c6ee697fd6d58cd9e1813aa4c1b1061e29a245e
tree0d9992cbdf2bdb0fd740f115edbdbb2c0fef3b24
parent13296a8d0dfe86793fe6507e4da05047e3d47c51
Show the completion list after the hight was set.

If the completion list is displayed before we set the hight, the user might
see the list for a really short time covering the whole webview window before
it's resized to fit into the lower third of the view. The patch moved the
display of the completion list after the list is calculated and the first
entry is marked as active.
src/completion.c