Bug Description
Runtime error occurring in Panel_System_Alert.qml when the application starts:
qrc:/qt/qml/ulysses_ground_control/Panel_System_Alert.qml:91: ReferenceError: control is not defined
Root Cause
The ScrollBar's contentItem Rectangle is referencing an undefined variable control on lines 91-93. In QML ScrollBar components, there is no implicit control reference available in the contentItem scope.
Location
Panel_System_Alert.qml:86-97
Bug Description
Runtime error occurring in Panel_System_Alert.qml when the application starts:
qrc:/qt/qml/ulysses_ground_control/Panel_System_Alert.qml:91: ReferenceError: control is not defined
Root Cause
The ScrollBar's contentItem Rectangle is referencing an undefined variable control on lines 91-93. In QML ScrollBar components, there is no implicit control reference available in the contentItem scope.
Location
Panel_System_Alert.qml:86-97