Fix address completion popup blinking
commitc8a4b244da8786f02a24bc9881ac25467d801e32
authorRoland Pallai <dap78@magex.hu>
Sun, 29 Oct 2017 20:48:46 +0000 (29 21:48 +0100)
committerJan Kundrát <jkt@kde.org>
Thu, 2 Nov 2017 19:29:32 +0000 (2 20:29 +0100)
treedaf0baa81d9c37c10d4c7214c6d72d27b2fd27a7
parente74b69ade326c3fd3514a42fd9d19a118e27dce5
Fix address completion popup blinking

The popup went away on every second keystroke with Qt 5.7.1. Seems like
adding new menu items first and removing the old ones later solves this
problem.

Change-Id: I0d3926d3b1ae15b403d933850ac68cf9b6e8c2d8
src/Gui/ComposeWidget.cpp