Commit d5aa421d authored by Gabriel de Dietrich's avatar Gabriel de Dietrich Committed by The Qt Project
Browse files

MenuBar: Unhover item when cursor leaves the menubar area


Change-Id: I7c2e0c340a65d7fc524eb42ba798c57fa88ad1db
Reviewed-by: default avatarJ-P Nurmi <jpnurmi@digia.com>
parent acc2a841
No related merge requests found
Showing with 1 addition and 0 deletions
...@@ -147,6 +147,7 @@ MenuBarPrivate { ...@@ -147,6 +147,7 @@ MenuBarPrivate {
menuBarLoader.openedMenuIndex = currentItem.menuItemIndex menuBarLoader.openedMenuIndex = currentItem.menuItemIndex
} }
} }
onExited: hoveredItem = null
property Item currentItem: null property Item currentItem: null
property Item hoveredItem: null property Item hoveredItem: null
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment