Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.4.0
-
6c44af9a0 (dev), 890059768 (6.5)
Description
Overlay is basically another layer and is not visible through VNC by default. This makes items like ComboBox and Popup content to not show through VNC, even though it can be interacted with.
For example:
ApplicationWindow {
visible: true
VncItem {
anchors.fill: parent
ComboBox {
model: 10
}
}
}