hoverpanel: fix _hideTimer reference (id not property)
This commit is contained in:
parent
2e881de130
commit
249c95abb8
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ PanelWindow {
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
root._contentBusy = false;
|
root._contentBusy = false;
|
||||||
if (!root.showPanel && !root._grace && !root._pinned)
|
if (!root.showPanel && !root._grace && !root._pinned)
|
||||||
root._hideTimer.restart();
|
_hideTimer.restart();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
function keepOpen(ms) {
|
function keepOpen(ms) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue