early return in hover handler if drawing
This commit is contained in:
@@ -188,6 +188,7 @@ Item {
|
|||||||
}
|
}
|
||||||
|
|
||||||
root.drawing.content.showHover(x, y);
|
root.drawing.content.showHover(x, y);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!root.visibilities.bar && Config.barConfig.autoHide && y < root.bar.implicitHeight)
|
if (!root.visibilities.bar && Config.barConfig.autoHide && y < root.bar.implicitHeight)
|
||||||
|
|||||||
Reference in New Issue
Block a user