mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 13:23:06 +02:00
Update Web3DSurface.qml
This commit is contained in:
parent
ca97450464
commit
7e5e513dc1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue