Update Web3DSurface.qml

This commit is contained in:
Kasen IO 2020-08-17 15:13:07 -04:00
parent ca97450464
commit 7e5e513dc1

View file

@ -53,7 +53,7 @@ Item {
root.item = newItem
root.item.url = url
root.item.scriptUrl = scriptUrl
root.item.transparentBackground = webBackgroundColor.endsWith("FF") ? false : true
root.item.transparentBackground = webBackgroundColor.startsWith("#FF") ? false : true
})
}