QupZilla / qupzilla

Cross-platform Qt web browser
http://www.qupzilla.com
GNU General Public License v3.0
1.11k stars 350 forks source link

clear mouseover state after closing menu in bookmarks toolbar #2621

Closed tarptaeya closed 6 years ago

nowrep commented 6 years ago

This is rebuilding the entire toolbar every time the context menu is closed. QMenu::popup() may be enough to fix the issue.