add debug logging to trace volume panel hide issue
This commit is contained in:
parent
e8e998c814
commit
7633ed75a9
2 changed files with 12 additions and 3 deletions
|
|
@ -111,7 +111,10 @@ PanelWindow {
|
|||
}
|
||||
|
||||
HoverHandler {
|
||||
onHoveredChanged: root.panelHovered = hovered
|
||||
onHoveredChanged: {
|
||||
console.log("[hoverpanel:" + root.panelNamespace + "] hovered →", hovered);
|
||||
root.panelHovered = hovered;
|
||||
}
|
||||
}
|
||||
|
||||
M.PopupBackground {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue