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:
parent
ed13086e1d
commit
3d2f2ff8fb
@ -83,6 +83,11 @@ void BookmarksToolbar::contextMenuRequested(const QPoint &pos)
|
|||||||
|
|
||||||
menu.exec(mapToGlobal(pos));
|
menu.exec(mapToGlobal(pos));
|
||||||
|
|
||||||
|
if (button) {
|
||||||
|
// Clear mouseover state after closing menu
|
||||||
|
button->update();
|
||||||
|
}
|
||||||
|
|
||||||
m_clickedBookmark = 0;
|
m_clickedBookmark = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user