diff --git a/qml/StandardItem.qml b/qml/StandardItem.qml index ca70525..71d99d6 100644 --- a/qml/StandardItem.qml +++ b/qml/StandardItem.qml @@ -53,6 +53,9 @@ Item { if (checked) return + _bgRect.width = 0 + _bgRect.height = 0 + _bgRect.x = mouseX _bgRect.y = mouseY _bgRect.state = "shown"