1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-20 06:50:28 +03:00

fix #588,dont hide handler when hovering the tooltip

This commit is contained in:
Michail Vourlakos 2017-07-23 22:39:11 +03:00
parent 0a53646847
commit a65d876003

View File

@ -309,7 +309,7 @@ MouseArea {
Item {
id: handle
visible: configurationArea.containsMouse
visible: configurationArea.containsMouse || tooltipMouseArea.containsMouse
//BEGIN functions
function updatePlacement(){
@ -439,6 +439,7 @@ MouseArea {
}
mainItem: MouseArea {
id: tooltipMouseArea
enabled: currentApplet
width: handleRow.childrenRect.width + (2 * handleRow.spacing)
height: Math.max(configureButton.height, label.contentHeight, closeButton.height)