diff options
Diffstat (limited to 'modules/osd/Wrapper.qml')
| -rw-r--r-- | modules/osd/Wrapper.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/osd/Wrapper.qml b/modules/osd/Wrapper.qml index 92bd3c2..610735f 100644 --- a/modules/osd/Wrapper.qml +++ b/modules/osd/Wrapper.qml @@ -8,6 +8,7 @@ Item { required property real contentWidth property bool shouldBeVisible + visible: width > 0 width: 0 clip: true |