dont call timer if it isnt needed

pull/1/head
Michail Vourlakos 8 years ago
parent 45add5988f
commit 88cd32fffc

@ -1190,6 +1190,9 @@ DragDrop.DropArea {
}
function hide(debug){
if (!root.titleTooltips)
return;
activeItemHovered = false;
hideTitleTooltipTimer.start();
}

Loading…
Cancel
Save