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:
parent
0a53646847
commit
a65d876003
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user