1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 18:56:34 +01:00

[BookmarksToolbar] Clear button's mouseouver state after closing menu

This commit is contained in:
nowrep 2014-02-11 10:24:44 +01:00
parent ed13086e1d
commit 3d2f2ff8fb

View File

@ -83,6 +83,11 @@ void BookmarksToolbar::contextMenuRequested(const QPoint &pos)
menu.exec(mapToGlobal(pos));
if (button) {
// Clear mouseover state after closing menu
button->update();
}
m_clickedBookmark = 0;
}