dont call timer if it isnt needed

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

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

Loading…
Cancel
Save